FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageexample.fhir.us.fod
Resource TypeCodeSystem
IdCodeSystem-fod-notification-event-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/shpringman/fhir-fod/CodeSystem-fod-notification-event-cs.html
URLhttp://somewhere.org/fhir/us/fod/CodeSystem/fod-notification-event-cs
Version0.2.0
Statusdraft
Date2026-08-07
NameFODNotificationEventCS
TitleFact of Death Notification Event Codes
Realmus
Authorityhl7
DescriptionEvent codes carried in MessageHeader.event to distinguish an initial fact-of-death notification from a later correction or retraction of that notification. Receivers use the event code to decide whether to record, amend, or reverse a previously recorded death.
Contentcomplete

Resources that use this resource

ValueSet
example.fhir.us.fod#currentfod-notification-event-vsFact of Death Notification Event Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem fod-notification-event-cs

This case-sensitive code system http://somewhere.org/fhir/us/fod/CodeSystem/fod-notification-event-cs defines the following codes:

CodeDisplayDefinition
fact-of-death-notification Fact of Death NotificationAn initial notification that a registered death event has occurred for the identified decedent.
fact-of-death-correction Fact of Death CorrectionA notification that corrects content previously conveyed for the same death record, for example a revised date or place of death, or corrected decedent demographics. The death itself is still asserted to have occurred.
fact-of-death-void Fact of Death VoidA notification that retracts a previously sent fact-of-death notification, for example because the death record was voided or was registered against the wrong individual. The receiver is expected to reverse any death recorded on the basis of the retracted notification.

Source1

{
  "resourceType": "CodeSystem",
  "id": "fod-notification-event-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://somewhere.org/fhir/us/fod/ImplementationGuide/example.fhir.us.fod"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://somewhere.org/fhir/us/fod/ImplementationGuide/example.fhir.us.fod"
          }
        ]
      }
    }
  ],
  "url": "http://somewhere.org/fhir/us/fod/CodeSystem/fod-notification-event-cs",
  "version": "0.2.0",
  "name": "FODNotificationEventCS",
  "title": "Fact of Death Notification Event Codes",
  "status": "draft",
  "experimental": false,
  "date": "2026-08-07",
  "publisher": "HL7 International - Public Health Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "Event codes carried in MessageHeader.event to distinguish an initial fact-of-death notification from a later correction or retraction of that notification. Receivers use the event code to decide whether to record, amend, or reverse a previously recorded death.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://somewhere.org/fhir/us/fod/ValueSet/fod-notification-event-vs",
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "fact-of-death-notification",
      "display": "Fact of Death Notification",
      "definition": "An initial notification that a registered death event has occurred for the identified decedent."
    },
    {
      "code": "fact-of-death-correction",
      "display": "Fact of Death Correction",
      "definition": "A notification that corrects content previously conveyed for the same death record, for example a revised date or place of death, or corrected decedent demographics. The death itself is still asserted to have occurred."
    },
    {
      "code": "fact-of-death-void",
      "display": "Fact of Death Void",
      "definition": "A notification that retracts a previously sent fact-of-death notification, for example because the death record was voided or was registered against the wrong individual. The receiver is expected to reverse any death recorded on the basis of the retracted notification."
    }
  ]
}