FHIR IG analytics| Package | example.fhir.us.fod |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-fod-sender.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/shpringman/fhir-fod/CapabilityStatement-fod-sender.html |
| URL | http://somewhere.org/fhir/us/fod/CapabilityStatement/fod-sender |
| Version | 0.2.0 |
| Status | draft |
| Date | 2026-08-07 |
| Name | FODSender |
| Title | Fact of Death Sender Capability Statement |
| Realm | us |
| Authority | hl7 |
| Description | Expectations of a Death Record Source, or of an intermediary relaying on its behalf, that sends fact-of-death notifications. A sender SHALL be able to send an initial notification. Support for corrections and retractions is strongly encouraged: a jurisdiction that can only ever assert a death, and never revise or withdraw that assertion, leaves receivers unable to repair a record they wrongly marked as deceased. |
| Kind | requirements |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement fod-sender
json, xmlNote to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
| Mode | Definition |
|---|---|
| sender | Fact of Death Notification Message |
| sender | Fact of Death Correction Message |
| sender | Fact of Death Void Message |
Notifications are sent as FHIR messages conforming to the Fact of Death Notification Bundle. Where a receiver supports acknowledgement, the sender receives a Fact of Death Acknowledgement Bundle carrying the same event code and referencing the notification through MessageHeader.response.identifier.
{
"resourceType": "CapabilityStatement",
"id": "fod-sender",
"text": {
"status": "extensions",
"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/CapabilityStatement/fod-sender",
"version": "0.2.0",
"name": "FODSender",
"title": "Fact of Death Sender Capability Statement",
"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": "Expectations of a Death Record Source, or of an intermediary relaying on its behalf, that sends fact-of-death notifications. A sender SHALL be able to send an initial notification. Support for corrections and retractions is strongly encouraged: a jurisdiction that can only ever assert a death, and never revise or withdraw that assertion, leaves receivers unable to repair a record they wrongly marked as deceased.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US"
}
]
}
],
"kind": "requirements",
"fhirVersion": "4.0.1",
"format": [
"json",
"xml"
],
"messaging": [
{
"documentation": "Notifications are sent as FHIR messages conforming to the Fact of Death Notification Bundle. Where a receiver supports acknowledgement, the sender receives a Fact of Death Acknowledgement Bundle carrying the same event code and referencing the notification through MessageHeader.response.identifier.",
"supportedMessage": [
{
"mode": "sender",
"definition": "http://somewhere.org/fhir/us/fod/MessageDefinition/fod-notification"
},
{
"mode": "sender",
"definition": "http://somewhere.org/fhir/us/fod/MessageDefinition/fod-correction"
},
{
"mode": "sender",
"definition": "http://somewhere.org/fhir/us/fod/MessageDefinition/fod-void"
}
]
}
]
}