Fact of Death Exchange FHIR Implementation Guide, published by HL7 International - Public Health Work Group. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/shpringman/fhir-fod/ and changes regularly. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 1 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/fod-notification-event-cs> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "fod-notification-event-cs"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
fhir:Extension.valueInteger [
fhir:value "1"^^xsd:integer ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
fhir:Extension.valueCanonical [
fhir:value "http://example.org/fhir/us/fod/ImplementationGuide/example.fhir.us.fod" ;
fhir:link <http://example.org/fhir/us/fod/ImplementationGuide/example.fhir.us.fod>
]
]
]
], [
fhir:index 1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
fhir:Extension.valueCode [
fhir:value "informative" ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
fhir:Extension.valueCanonical [
fhir:value "http://example.org/fhir/us/fod/ImplementationGuide/example.fhir.us.fod" ;
fhir:link <http://example.org/fhir/us/fod/ImplementationGuide/example.fhir.us.fod>
]
]
]
] ;
fhir:CodeSystem.url [ fhir:value "http://example.org/fhir/us/fod/CodeSystem/fod-notification-event-cs"] ;
fhir:CodeSystem.version [ fhir:value "0.2.0"] ;
fhir:CodeSystem.name [ fhir:value "FODNotificationEventCS"] ;
fhir:CodeSystem.title [ fhir:value "Fact of Death Notification Event Codes"] ;
fhir:CodeSystem.status [ fhir:value "draft"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-08-07"^^xsd:date] ;
fhir:CodeSystem.publisher [ fhir:value "HL7 International - Public Health Work Group"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/pher" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "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."] ;
fhir:CodeSystem.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "US" ]
]
] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.valueSet [
fhir:value "http://example.org/fhir/us/fod/ValueSet/fod-notification-event-vs" ;
fhir:link <http://example.org/fhir/us/fod/ValueSet/fod-notification-event-vs>
] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "fact-of-death-notification" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Fact of Death Notification" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "An initial notification that a registered death event has occurred for the identified decedent." ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "fact-of-death-correction" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Fact of Death Correction" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "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." ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "fact-of-death-void" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Fact of Death Void" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "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." ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/fod-notification-event-cs.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/fod-notification-event-cs.ttl> .
IG © 2019+ HL7 International - Public Health Work Group. Package example.fhir.us.fod#0.2.0 based on FHIR 4.0.1. Generated 2026-09-20
Links: Table of Contents |
QA Report