FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Patient |
| Id | Patient-patient-nz-ethnicity.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-nz-ethnicity
John Doe Male, DoB: 1998-01-01
| NZ Ethnicity |
| ||
{
"resourceType": "Patient",
"id": "patient-nz-ethnicity",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org.nz/fhir/StructureDefinition/nz-ethnicity",
"valueCodeableConcept": {
"coding": [
{
"system": "https://standards.digital.health.nz/ns/ethnic-group-level-4-code",
"code": "21111",
"display": "Māori"
}
]
}
},
{
"url": "http://hl7.org.nz/fhir/StructureDefinition/nz-ethnicity",
"valueCodeableConcept": {
"coding": [
{
"system": "https://standards.digital.health.nz/ns/ethnic-group-level-4-code",
"code": "12116",
"display": "Irish"
}
]
}
}
],
"name": [
{
"text": "John Doe",
"family": "Doe",
"given": [
"John"
]
}
],
"gender": "male",
"birthDate": "1998-01-01"
}