@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "TWCorePatient"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://hapi.fhir.tw/fhir/StructureDefinition/TWCorePatient"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Patient TWCorePatient

胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))


Contact Detail
  • ph: 0912345678
  • 台北市北投區明德路365號(home)
Emergency Contact:
  • 大吉 綠 (Official) (Male)
  • 台北市北投區明德路365號(home)
  • ph: 0987654321
" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NNxxx" ] ] ) ] ; fhir:system [ fhir:v "http://www.moi.gov.tw"^^xsd:anyURI ] ; fhir:value [ fhir:v "A123456789" ] ] ) ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "綠" ] ; fhir:given ( [ fhir:v "胖吉" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0912345678" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1987-01-01"^^xsd:date] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:type [ fhir:v "postal" ] ; fhir:text [ fhir:v "台北市北投區明德路365號" ] ; fhir:line ( [ fhir:v "明德路365號" ] ) ; fhir:city [ fhir:v "台北市" ] ; fhir:postalCode [ fhir:v "11219" ] ; fhir:country [ fhir:v "Taiwan" ] ] ) ; # fhir:contact ( [ fhir:relationship ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ; fhir:code [ fhir:v "C" ] ; fhir:display [ fhir:v "Emergency Contact" ] ] ) ] ) ; fhir:name [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "綠" ] ; fhir:given ( [ fhir:v "大吉" ] ) ] ; fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0987654321" ] ] ) ; fhir:address [ fhir:use [ fhir:v "home" ] ; fhir:type [ fhir:v "postal" ] ; fhir:text [ fhir:v "台北市北投區明德路365號" ] ; fhir:line ( [ fhir:v "明德路365號" ] ) ; fhir:city [ fhir:v "台北市" ] ; fhir:postalCode [ fhir:v "11219" ] ; fhir:country [ fhir:v "Taiwan" ] ] ; fhir:gender [ fhir:v "male" ] ] ) . # # -------------------------------------------------------------------------------------