{
  "resourceType" : "CodeSystem",
  "id" : "fod-notification-event-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem fod-notification-event-cs</b></p><a name=\"fod-notification-event-cs\"> </a><a name=\"hcfod-notification-event-cs\"> </a><p>This case-sensitive code system <code>http://example.org/fhir/us/fod/CodeSystem/fod-notification-event-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">fact-of-death-notification<a name=\"fod-notification-event-cs-fact-of-death-notification\"> </a></td><td>Fact of Death Notification</td><td>An initial notification that a registered death event has occurred for the identified decedent.</td></tr><tr><td style=\"white-space:nowrap\">fact-of-death-correction<a name=\"fod-notification-event-cs-fact-of-death-correction\"> </a></td><td>Fact of Death Correction</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">fact-of-death-void<a name=\"fod-notification-event-cs-fact-of-death-void\"> </a></td><td>Fact of Death Void</td><td>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.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1,
    "_valueInteger" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://example.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://example.org/fhir/us/fod/ImplementationGuide/example.fhir.us.fod"
      }]
    }
  }],
  "url" : "http://example.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://example.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."
  }]
}