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

FHIR IG analytics

Packageexample.fhir.us.fod
Resource TypeCapabilityStatement
IdCapabilityStatement-fod-sender.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/shpringman/fhir-fod/CapabilityStatement-fod-sender.html
URLhttp://somewhere.org/fhir/us/fod/CapabilityStatement/fod-sender
Version0.2.0
Statusdraft
Date2026-08-07
NameFODSender
TitleFact of Death Sender Capability Statement
Realmus
Authorityhl7
DescriptionExpectations 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.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CapabilityStatement fod-sender

Fact of Death Sender Capability Statement

  • Implementation Guide Version: 0.2.0
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Published on: 2026-08-07
  • Published by: HL7 International - Public Health Work Group

Note 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.

FHIR Messaging Capabilities

Messaging Capability

Supported Message(s)

ModeDefinition
senderFact of Death Notification Message
senderFact of Death Correction Message
senderFact of Death Void Message
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.



Source1

{
  "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"
        }
      ]
    }
  ]
}