John Doe male, DoB: 1998-01-01
"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/pho"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:coding ( [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/pho-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "G05533-K" ] ;
fhir:display [ fhir:v "Procare Networks Limited" ]
] )
]
] ) ; #
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] . #
# -------------------------------------------------------------------------------------