台灣癌症登記短表實作指引 (Taiwan Cancer Registry Short Form Implementation Guide)
0.1.1 - ci-build

台灣癌症登記短表實作指引 (Taiwan Cancer Registry Short Form Implementation Guide) - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SFDateOfDiaConditionExample - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SFDateOfDiaConditionExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/sf-DateOfDiaCondition-profile"^^xsd:anyURI ;
fhir:link <https://hapi.fhir.tw/fhir/StructureDefinition/sf-DateOfDiaCondition-profile>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition SFDateOfDiaConditionExample</b></p><a name=\"SFDateOfDiaConditionExample\"> </a><a name=\"hcSFDateOfDiaConditionExample\"> </a><a name=\"SFDateOfDiaConditionExample-en-US\"> </a><p><b>subject</b>: <a href=\"Patient-SFPatientExample.html\">Wang Amy(official) Male, DoB: 1986-03-24 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code: 123456789)</a></p><p><b>encounter</b>: <a href=\"Encounter-SFEncounterExample.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); period = 2019-02-12 --&gt; (ongoing)</a></p><p><b>onset</b>: 2019-02-22 --&gt; (ongoing)</p><p><b>recorder</b>: <a href=\"Practitioner-SFPractitionerExample.html\">Practitioner: identifier = https://www.vghtpe.gov.tw/Index.action#KP00017</a></p></div>"
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/SFPatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/SFEncounterExample" ]
  ] ; # 
  fhir:onset [
a fhir:Period ;
fhir:start [ fhir:v "2019-02-22"^^xsd:date ]
  ] ; # 
  fhir:recorder [
fhir:reference [ fhir:v "Practitioner/SFPractitionerExample" ]
  ] . #