FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/dod-information-source

Packagefhir.org.nz.ig.base
TypeValueSet
Iddod-information-source
FHIR VersionR4
Sourcehttp://hl7.org.nz/fhir/https://build.fhir.org/ig/HL7NZ/nzbase/ValueSet-dod-information-source.html
URLhttps://nzhts.digital.health.nz/fhir/ValueSet/dod-information-source-code
Version1.0.0
Statusactive
Date2025-06-10T09:24:18+00:00
NameDodInformationSource
TitleDeath date Information Source
Realmus
Authorityhl7
DescriptionThe source from where the date of death was sourced

Resources that use this resource

StructureDefinition
death-dateDate of death

Resources that this resource uses

CodeSystem
information-source-codeInformation Source

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet dod-information-source

  • Include these codes as defined in https://standards.digital.health.nz/ns/information-source-code
    CodeDisplayDefinition
    DREGDeath RegisterThe code is added only after MOH/DIA data matching
    OSEAOFFDeath Overseas OfficialIndicates a non-New Zealand registered death advised by an official source from another country.
    NPRFProof not SightedInformation (not proof) provided by the patient / whānau verbally communicated. No proof sighted
    OSEADeath OverseasIndicates a non-New Zealand registered death advised by a third party or discovered by a media search
    CORONERCoroner NotificationDate of death notified to the Ministry by a Coronial Office
    MCCODMedical Certificate Cause of DeathDate 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"
          }
        ]
      }
    ]
  }
}