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

Generated Narrative: Patient patient-suburb

John Doe Male, DoB: 1998-01-01


Contact Detail23 thule st Waipu
" ] ; # fhir:name ( [ fhir:text [ fhir:v "John Doe" ] ; fhir:family [ fhir:v "Doe" ] ; fhir:given ( [ fhir:v "John" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1998-01-01"^^xsd:date] ; # fhir:address ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/suburb"^^xsd:anyURI ] ; fhir:value [ fhir:v "Cove" ] ] ) ; fhir:line ( [ fhir:v "23 thule st" ] ) ; fhir:city [ fhir:v "Waipu" ] ] ) . # # -------------------------------------------------------------------------------------