@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "carer-mary-brown"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Patient carer-mary-brown

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


Carer:
" ] ; # 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" ] ] ) ; # Carer type with full name, phone number, email 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:extension ( [ fhir:url [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-mhr-special-processing-1"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/fhir/CodeSystem/dh-mhr-special-processing-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "emergency-contact" ] ] ] ) ; fhir:relationship ( [ fhir:coding ( [ a sct:133932002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "133932002" ] ; fhir:display [ fhir:v "Carer" ] ] ) ] ) ; fhir:name [ fhir:text [ fhir:v "Mary Brown" ] ] ; fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "0491 576 801" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "mb@example.com" ] ] ) ] ) . # # -------------------------------------------------------------------------------------