FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Patient |
| Id | Patient-patient-suburb.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-suburb
John Doe Male, DoB: 1998-01-01
| Contact Detail | 23 thule st Waipu (NZ Suburb: Cove) | ||
{
"resourceType": "Patient",
"id": "patient-suburb",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"name": [
{
"text": "John Doe",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1998-01-01",
"address": [
{
"extension": [
{
"url": "http://hl7.org.nz/fhir/StructureDefinition/suburb",
"valueString": "Cove"
}
],
"line": [
"23 thule st"
],
"city": "Waipu"
}
]
}