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

John Doe male, DoB: 1998-01-01


Contact Detail:23 thule st NZL
District Health Board linked to a NZ Healthcare Service, Location or Patient:
  • Northland District Health Board
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/dhb"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://standards.digital.health.nz/ns/dhb-code"^^xsd:anyURI ] ; fhir:code [ fhir:v "G00026-A" ] ; fhir:display [ fhir:v "Northland District Health Board" ] ] ) ] ] ) ; # 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:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/building-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "Big Red Shed" ] ] ) ; fhir:line ( [ fhir:v "23 thule st" ] ) ; fhir:country [ fhir:v "NZL" ] ] ) . # # -------------------------------------------------------------------------------------