FHIR IG Statistics: ValueSet/dod-information-source
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
https://standards.digital.health.nz/ns/information-source-code
Code | Display | Definition |
DREG | Death Register | The code is added only after MOH/DIA data matching |
OSEAOFF | Death Overseas Official | Indicates a non-New Zealand registered death advised by an official source from another country. |
NPRF | Proof not Sighted | Information (not proof) provided by the patient / whānau verbally communicated. No proof sighted |
OSEA | Death Overseas | Indicates a non-New Zealand registered death advised by a third party or discovered by a media search |
CORONER | Coroner Notification | Date of death notified to the Ministry by a Coronial Office |
MCCOD | Medical Certificate Cause of Death | Date of Death from a Medical Certificate Cause of Death. Forms HP4720, HP4721 or BDM 50 |
Source
{
"resourceType": "ValueSet",
"id": "dod-information-source",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://nzhts.digital.health.nz/fhir/ValueSet/dod-information-source-code",
"version": "1.0.0",
"name": "DodInformationSource",
"title": "Death date Information Source",
"status": "active",
"date": "2025-06-10T09:24:18+00:00",
"publisher": "HL7 New Zealand",
"contact": [
{
"name": "HL7 New Zealand",
"telecom": [
{
"system": "email",
"value": "mailto:admin@hl7.org.nz"
}
]
}
],
"description": "The source from where the date of death was sourced",
"compose": {
"include": [
{
"system": "https://standards.digital.health.nz/ns/information-source-code",
"concept": [
{
"code": "DREG",
"display": "Death Register"
},
{
"code": "OSEAOFF",
"display": "Death Overseas Official"
},
{
"code": "NPRF",
"display": "Proof not Sighted"
},
{
"code": "OSEA",
"display": "Death Overseas"
},
{
"code": "CORONER",
"display": "Coroner Notification"
},
{
"code": "MCCOD",
"display": "Medical Certificate Cause of Death"
}
]
}
]
}
}