@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://example.org/fhir/us/fod/MessageDefinition/fod-void> a fhir:MessageDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "fod-void"] ;
  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: MessageDefinition fod-void</b></p><a name=\"fod-void\"> </a><a name=\"hcfod-void\"> </a><p><b>url</b>: <a href=\"MessageDefinition-fod-void.html\">MessageDefinition Fact of Death Void Message</a></p><p><b>version</b>: 0.2.0</p><p><b>name</b>: FODVoidMessage</p><p><b>title</b>: Fact of Death Void Message</p><p><b>status</b>: Draft</p><p><b>experimental</b>: false</p><p><b>date</b>: 2026-08-07</p><p><b>publisher</b>: HL7 International - Public Health Work Group</p><p><b>contact</b>: <a href=\"http://hl7.org/Special/committees/pher\">http://hl7.org/Special/committees/pher</a></p><p><b>description</b>: </p><div><p>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.</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>event</b>: <a href=\"CodeSystem-fod-notification-event-cs.html#fod-notification-event-cs-fact-of-death-void\">Fact of Death Notification Event Codes: fact-of-death-void</a> (Fact of Death Void)</p><p><b>category</b>: Notification</p><blockquote><p><b>focus</b></p><p><b>code</b>: Observation</p><p><b>profile</b>: <a href=\"StructureDefinition-fod-death-date.html\">Fact of Death Death Date</a></p><p><b>min</b>: 1</p><p><b>max</b>: 1</p></blockquote><blockquote><p><b>focus</b></p><p><b>code</b>: Patient</p><p><b>profile</b>: <a href=\"StructureDefinition-fod-decedent.html\">Fact of Death Decedent</a></p><p><b>min</b>: 1</p><p><b>max</b>: 1</p></blockquote></div>"
  ] ;
  fhir:MessageDefinition.url [ fhir:value "http://example.org/fhir/us/fod/MessageDefinition/fod-void"] ;
  fhir:MessageDefinition.version [ fhir:value "0.2.0"] ;
  fhir:MessageDefinition.name [ fhir:value "FODVoidMessage"] ;
  fhir:MessageDefinition.title [ fhir:value "Fact of Death Void Message"] ;
  fhir:MessageDefinition.status [ fhir:value "draft"] ;
  fhir:MessageDefinition.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:MessageDefinition.date [ fhir:value "2026-08-07"^^xsd:date] ;
  fhir:MessageDefinition.publisher [ fhir:value "HL7 International - Public Health Work Group"] ;
  fhir:MessageDefinition.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:MessageDefinition.description [ fhir:value "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."] ;
  fhir:MessageDefinition.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:MessageDefinition.eventCoding [
     fhir:Coding.system [ fhir:value "http://example.org/fhir/us/fod/CodeSystem/fod-notification-event-cs" ] ;
     fhir:Coding.code [ fhir:value "fact-of-death-void" ]
  ] ;
  fhir:MessageDefinition.category [ fhir:value "notification"] ;
  fhir:MessageDefinition.focus [
     fhir:index 0 ;
     fhir:MessageDefinition.focus.code [ fhir:value "Observation" ] ;
     fhir:MessageDefinition.focus.profile [
       fhir:value "http://example.org/fhir/us/fod/StructureDefinition/fod-death-date" ;
       fhir:link <http://example.org/fhir/us/fod/StructureDefinition/fod-death-date>
     ] ;
     fhir:MessageDefinition.focus.min [ fhir:value "1"^^xsd:nonNegativeInteger ] ;
     fhir:MessageDefinition.focus.max [ fhir:value "1" ]
  ], [
     fhir:index 1 ;
     fhir:MessageDefinition.focus.code [ fhir:value "Patient" ] ;
     fhir:MessageDefinition.focus.profile [
       fhir:value "http://example.org/fhir/us/fod/StructureDefinition/fod-decedent" ;
       fhir:link <http://example.org/fhir/us/fod/StructureDefinition/fod-decedent>
     ] ;
     fhir:MessageDefinition.focus.min [ fhir:value "1"^^xsd:nonNegativeInteger ] ;
     fhir:MessageDefinition.focus.max [ fhir:value "1" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://example.org/fhir/us/fod/MessageDefinition/fod-void.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

