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

FHIR IG analytics

Packageexample.fhir.us.fod
Resource TypeMessageDefinition
IdMessageDefinition-fod-void.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/shpringman/fhir-fod/MessageDefinition-fod-void.html
URLhttp://somewhere.org/fhir/us/fod/MessageDefinition/fod-void
Version0.2.0
Statusdraft
Date2026-08-07
NameFODVoidMessage
TitleFact of Death Void Message
Realmus
Authorityhl7
DescriptionA notification that retracts a fact of death previously conveyed, for example because the death record was voided or was registered against the wrong individual. The Death Date observation in a void message carries status 'entered-in-error'. A receiver that acted on the retracted notification is expected to reverse the death it recorded, which is why retraction is a first-class message rather than a correction.

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: MessageDefinition fod-void

url: MessageDefinition Fact of Death Void Message

version: 0.2.0

name: FODVoidMessage

title: Fact of Death Void Message

status: Draft

experimental: false

date: 2026-08-07

publisher: HL7 International - Public Health Work Group

contact: http://hl7.org/Special/committees/pher

description:

A notification that retracts a fact of death previously conveyed, for example because the death record was voided or was registered against the wrong individual. The Death Date observation in a void message carries status 'entered-in-error'. A receiver that acted on the retracted notification is expected to reverse the death it recorded, which is why retraction is a first-class message rather than a correction.

jurisdiction: United States of America

event: Fact of Death Notification Event Codes: fact-of-death-void (Fact of Death Void)

category: Notification

focus

code: Observation

profile: Fact of Death Death Date

min: 1

max: 1

focus

code: Patient

profile: Fact of Death Decedent

min: 1

max: 1


Source1

{
  "resourceType": "MessageDefinition",
  "id": "fod-void",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://somewhere.org/fhir/us/fod/MessageDefinition/fod-void",
  "version": "0.2.0",
  "name": "FODVoidMessage",
  "title": "Fact of Death Void Message",
  "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": "A notification that retracts a fact of death previously conveyed, for example because the death record was voided or was registered against the wrong individual. The Death Date observation in a void message carries status 'entered-in-error'. A receiver that acted on the retracted notification is expected to reverse the death it recorded, which is why retraction is a first-class message rather than a correction.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "eventCoding": {
    "system": "http://somewhere.org/fhir/us/fod/CodeSystem/fod-notification-event-cs",
    "code": "fact-of-death-void"
  },
  "category": "notification",
  "focus": [
    {
      "code": "Observation",
      "profile": "http://somewhere.org/fhir/us/fod/StructureDefinition/fod-death-date",
      "min": 1,
      "max": "1"
    },
    {
      "code": "Patient",
      "profile": "http://somewhere.org/fhir/us/fod/StructureDefinition/fod-decedent",
      "min": 1,
      "max": "1"
    }
  ]
}