FHIR IG analytics| Package | fhir.org.nz.ig.base |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-death-date.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner-death-date
Date of death
- date: 2021-01-01
- source: Death Register
name: Marcus Welby
gender: Male
birthDate: 1998-01-01
{
"resourceType": "Practitioner",
"id": "practitioner-death-date",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "date",
"valueDateTime": "2021-01-01"
},
{
"url": "source",
"valueCodeableConcept": {
"coding": [
{
"system": "https://standards.digital.health.nz/ns/information-source-code",
"code": "DREG"
}
]
}
}
],
"url": "http://hl7.org.nz/fhir/StructureDefinition/death-date"
}
],
"name": [
{
"text": "Marcus Welby",
"family": "Welby",
"given": [
"Marcus"
]
}
],
"gender": "male",
"birthDate": "1998-01-01"
}