FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Patient |
| Id | Patient-patient-dhb.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-dhb
John Doe Male, DoB: 1998-01-01
| District Health Board linked to a NZ Healthcare Service, Location or Patient | Northland District Health Board | ||
{
"resourceType": "Patient",
"id": "patient-dhb",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org.nz/fhir/StructureDefinition/dhb",
"valueCodeableConcept": {
"coding": [
{
"system": "https://standards.digital.health.nz/ns/dhb-code",
"code": "G00026-A",
"display": "Northland District Health Board"
}
]
}
}
],
"name": [
{
"text": "John Doe",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1998-01-01"
}