FHIR IG analytics| Package | example.fhir.us.fod |
| Resource Type | CodeSystem |
| Id | CodeSystem-fod-notification-event-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/shpringman/fhir-fod/CodeSystem-fod-notification-event-cs.html |
| URL | http://somewhere.org/fhir/us/fod/CodeSystem/fod-notification-event-cs |
| Version | 0.2.0 |
| Status | draft |
| Date | 2026-08-07 |
| Name | FODNotificationEventCS |
| Title | Fact of Death Notification Event Codes |
| Realm | us |
| Authority | hl7 |
| 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. |
| Content | complete |
| ValueSet | ||
| example.fhir.us.fod#current | fod-notification-event-vs | Fact of Death Notification Event Value Set |
No resources found
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:
{
"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."
}
]
}