HL7® FHIR® New Zealand Base Implementation Guide
3.1.0 - Draft
HL7® FHIR® New Zealand Base Implementation Guide, published by HL7 New Zealand. This guide is not an authorized publication; it is the continuous build for version 3.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/nzbase/ and changes regularly. See the Directory of published versions
Active as of 2024-08-12 |
{
"resourceType" : "ValueSet",
"id" : "dod-information-source",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet dod-information-source</b></p><a name=\"dod-information-source\"> </a><a name=\"hcdod-information-source\"> </a><a name=\"dod-information-source-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-information-source.html\"><code>https://standards.digital.health.nz/ns/information-source-code</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-information-source.html#information-source-DREG\">DREG</a></td><td>Death Register</td><td>The code is added only after MOH/DIA data matching</td></tr><tr><td><a href=\"CodeSystem-information-source.html#information-source-OSEAOFF\">OSEAOFF</a></td><td>Death Overseas Official</td><td>Indicates a non-New Zealand registered death advised by an official source from another country.</td></tr><tr><td><a href=\"CodeSystem-information-source.html#information-source-NPRF\">NPRF</a></td><td>Proof not Sighted</td><td>Information (not proof) provided by the patient / whānau verbally communicated. No proof sighted</td></tr><tr><td><a href=\"CodeSystem-information-source.html#information-source-OSEA\">OSEA</a></td><td>Death Overseas</td><td>Indicates a non-New Zealand registered death advised by a third party or discovered by a media search</td></tr><tr><td><a href=\"CodeSystem-information-source.html#information-source-CORONER\">CORONER</a></td><td>Coroner Notification</td><td>Date of death notified to the Ministry by a Coronial Office</td></tr><tr><td><a href=\"CodeSystem-information-source.html#information-source-MCCOD\">MCCOD</a></td><td>Medical Certificate Cause of Death</td><td>Date of Death from a Medical Certificate Cause of Death. Forms HP4720, HP4721 or BDM 50</td></tr></table></li></ul></div>"
},
"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" : "2024-08-12T23:49:44+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"
}
]
}
]
}
}