@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "p2p-zhang-wei"] ; # Mr Wei Zhang (P2P) fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Patient p2p-zhang-wei

Wei Zhang Male, DoB: 1972-05-03 ( IHI: Austalian Healthcare Identifier - Individual#8003608000228437)


Other Ids:
  • Medicare Number/29533070311
  • Medical Record Number/2338172
Contact Detail6 Macquarie Street Sydney NSW 2000 (home)
Language:Cantonese (preferred)
Patient Birth PlaceChina
Date of Arrival in Australia2017
Australian Indigenous Statusaustralian-indigenous-status-1 4: Neither Aboriginal nor Torres Strait Islander origin
Patient Interpreter Requiredtrue
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ; fhir:value [ a fhir:Address ; fhir:text [ fhir:v "China" ] ; fhir:country [ fhir:v "CHN" ] ] ] [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/indigenous-status"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "4" ] ; fhir:display [ fhir:v "Neither Aboriginal nor Torres Strait Islander origin" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/date-of-arrival"^^xsd:anyURI ] ; fhir:value [ fhir:v "2017"^^xsd:gYear ] ] ) ; # fhir:identifier ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ihi-status"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "active" ] ] ] [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/ihi-record-status"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "verified" ] ; fhir:display [ fhir:v "verified" ] ] ] ) ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NI" ] ] ) ; fhir:text [ fhir:v "IHI" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003608000228437" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MC" ] ] ) ; fhir:text [ fhir:v "Medicare Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/medicare-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "29533070311" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ; fhir:display [ fhir:v "Medical record number" ] ] ) ; fhir:text [ fhir:v "Medical Record Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0/8003626566699734"^^xsd:anyURI ] ; fhir:value [ fhir:v "2338172" ] ; fhir:assigner [ fhir:display [ fhir:v "NSW Hospital" ] ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Zhang" ] ; fhir:given ( [ fhir:v "Wei" ] ) ; fhir:prefix ( [ fhir:v "Mr" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1972-05-03"^^xsd:date ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "AAA" ] ; fhir:display [ fhir:v "Day, month and year are accurate" ] ] ] ) ] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:line ( [ fhir:v "6 Macquarie Street" ] ) ; fhir:city [ fhir:v "Sydney" ] ; fhir:state [ fhir:v "NSW" ] ; fhir:postalCode [ fhir:v "2000" ] ] ) ; # fhir:communication ( [ fhir:language [ fhir:coding ( [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "yue" ] ] ) ; fhir:text [ fhir:v "Cantonese" ] ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] ) . # # -------------------------------------------------------------------------------------