@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "patient-ex-example"] ; # 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 patient-ex-example

連小妹(official) Female, DoB: 1990-01-01 ( Provider number (use: official, ))


Active:true
Patient Nationality:
  • code: Taiwan, Province of China
Person AgeNo display for Age
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age"^^xsd:anyURI ] ; fhir:value [ a fhir:Age ; fhir:value [ fhir:v "32"^^xsd:decimal ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "a" ] ] ] [ fhir:extension ( [ fhir:url [ fhir:v "code"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "TW" ] ] ) ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-nationality"^^xsd:anyURI ] ] ) ; # 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 "PRN" ] ] ) ] ; fhir:system [ fhir:v "https://www.morefit.com.tw"^^xsd:anyURI ] ; fhir:value [ fhir:v "0938110330" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:text [ fhir:v "連小妹" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1990-01-01"^^xsd:date] . # # -------------------------------------------------------------------------------------