FHIR IG analytics| Package | example.fhir.us.fod |
| Resource Type | MessageDefinition |
| Id | MessageDefinition-fod-correction.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/shpringman/fhir-fod/MessageDefinition-fod-correction.html |
| URL | http://somewhere.org/fhir/us/fod/MessageDefinition/fod-correction |
| Version | 0.2.0 |
| Status | draft |
| Date | 2026-08-07 |
| Name | FODCorrectionMessage |
| Title | Fact of Death Correction Message |
| Realm | us |
| Authority | hl7 |
| Description | 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. A correction carries the complete current content rather than only the changed elements, and its Provenance.recorded establishes that it is later than the notification it corrects. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MessageDefinition fod-correction
url: MessageDefinition Fact of Death Correction Message
version: 0.2.0
name: FODCorrectionMessage
title: Fact of Death Correction 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 corrects content previously conveyed for the same death record, for example a revised date or place of death, or corrected decedent demographics. A correction carries the complete current content rather than only the changed elements, and its Provenance.recorded establishes that it is later than the notification it corrects.
jurisdiction: United States of America
event: Fact of Death Notification Event Codes: fact-of-death-correction (Fact of Death Correction)
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
{
"resourceType": "MessageDefinition",
"id": "fod-correction",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://somewhere.org/fhir/us/fod/MessageDefinition/fod-correction",
"version": "0.2.0",
"name": "FODCorrectionMessage",
"title": "Fact of Death Correction 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 corrects content previously conveyed for the same death record, for example a revised date or place of death, or corrected decedent demographics. A correction carries the complete current content rather than only the changed elements, and its Provenance.recorded establishes that it is later than the notification it corrects.",
"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-correction"
},
"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"
}
]
}