@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "contact-jo-mee"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-emergency-contact-1"^^xsd:anyURI ; fhir:link ] ) ] ; # Emergency contact type with relationship text, full name, phone number, no email fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Patient contact-jo-mee

Harry Dan Male, DoB: 1939-08-25 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)


Billing contact person:
  • Jo Mee
  • ph: 02 5550 0000
" ] ; # fhir:identifier ( [ 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 "8003608833357361" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Dan" ] ; fhir:given ( [ fhir:v "Harry" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1939-08-25"^^xsd:date] ; # fhir:contact ( [ fhir:relationship ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ; fhir:code [ fhir:v "BP" ] ; fhir:display [ fhir:v "Billing contact person" ] ] ) ] ) ; fhir:name [ fhir:text [ fhir:v "Jo Mee" ] ] ; fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "02 5550 0000" ] ] ) ] ) . # # -------------------------------------------------------------------------------------