Fact of Death Exchange FHIR Implementation Guide
0.2.0 - CI Build United States of America flag

Fact of Death Exchange FHIR Implementation Guide, published by HL7 International - Public Health Work Group. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/shpringman/fhir-fod/ and changes regularly. See the Directory of published versions

: Acknowledgement - no match found - TTL Representation

Raw ttl | Download


@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://hl7.org/fhir/Bundle/fod-acknowledgement-nomatch-example> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "fod-acknowledgement-nomatch-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://example.org/fhir/us/fod/StructureDefinition/fod-acknowledgement-bundle" ;
       fhir:index 0 ;
       fhir:link <http://example.org/fhir/us/fod/StructureDefinition/fod-acknowledgement-bundle>
     ]
  ] ;
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "https://ehr.example.org/fod-acknowledgement" ] ;
     fhir:Identifier.value [ fhir:value "ACK-2026-08-05-00317" ]
  ] ;
  fhir:Bundle.type [ fhir:value "message"] ;
  fhir:Bundle.timestamp [ fhir:value "2026-08-05T09:12:44-05:00"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:90817263-5445-4a3b-8c2d-1e0f9a8b7c6d" ] ;
     fhir:Bundle.entry.resource <urn:uuid:90817263-5445-4a3b-8c2d-1e0f9a8b7c6d>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:81726354-4534-4b2c-9d1e-0f9a8b7c6d5e" ] ;
     fhir:Bundle.entry.resource <urn:uuid:81726354-4534-4b2c-9d1e-0f9a8b7c6d5e>
  ] .

<urn:uuid:90817263-5445-4a3b-8c2d-1e0f9a8b7c6d> a fhir:MessageHeader ;
  fhir:Resource.id [ fhir:value "ACK-2026-08-05-00317"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://example.org/fhir/us/fod/StructureDefinition/fod-acknowledgement-message-header" ;
       fhir:index 0 ;
       fhir:link <http://example.org/fhir/us/fod/StructureDefinition/fod-acknowledgement-message-header>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_ACK-2026-08-05-00317\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader ACK-2026-08-05-00317</b></p><a name=\"ACK-2026-08-05-00317\"> </a><a name=\"hcACK-2026-08-05-00317\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fod-acknowledgement-message-header.html\">Fact of Death Acknowledgement Message Header</a></p></div><p><b>event</b>: <a href=\"CodeSystem-fod-notification-event-cs.html#fod-notification-event-cs-fact-of-death-notification\">Fact of Death Notification Event Codes: fact-of-death-notification</a> (Fact of Death Notification)</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>Example Health System</td><td><a href=\"https://ehr.example.org/fhir\">https://ehr.example.org/fhir</a></td></tr></table><h3>Responses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Details</b></td></tr><tr><td style=\"display: none\">*</td><td>IL-FOD-2026-0000184</td><td>OK</td><td><a href=\"Bundle-fod-acknowledgement-nomatch-example.html#urn-uuid-81726354-4534-4b2c-9d1e-0f9a8b7c6d5e\">OperationOutcome</a></td></tr></table></div>"
  ] ;
  fhir:MessageHeader.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-notification" ]
  ] ;
  fhir:MessageHeader.source [
     fhir:MessageHeader.source.name [ fhir:value "Example Health System" ] ;
     fhir:MessageHeader.source.endpoint [ fhir:value "https://ehr.example.org/fhir" ]
  ] ;
  fhir:MessageHeader.response [
     fhir:MessageHeader.response.identifier [ fhir:value "IL-FOD-2026-0000184" ] ;
     fhir:MessageHeader.response.code [ fhir:value "ok" ] ;
     fhir:MessageHeader.response.details [
       fhir:Reference.reference [ fhir:value "urn:uuid:81726354-4534-4b2c-9d1e-0f9a8b7c6d5e" ]
     ]
  ] .

<urn:uuid:81726354-4534-4b2c-9d1e-0f9a8b7c6d5e> a fhir:OperationOutcome ;
  fhir:Resource.id [ fhir:value "fod-match-outcome-nomatch-example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://example.org/fhir/us/fod/StructureDefinition/fod-match-outcome" ;
       fhir:index 0 ;
       fhir:link <http://example.org/fhir/us/fod/StructureDefinition/fod-match-outcome>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"OperationOutcome_fod-match-outcome-nomatch-example\"> </a><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome fod-match-outcome-nomatch-example</b></p><a name=\"fod-match-outcome-nomatch-example\"> </a><a name=\"hcfod-match-outcome-nomatch-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fod-match-outcome.html\">Fact of Death Match Outcome</a></p></div><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td></tr><tr><td style=\"display: none\">*</td><td>Warning</td><td>Not Found</td><td><span title=\"Codes:{http://example.org/fhir/us/fod/CodeSystem/fod-match-outcome-cs no-match}\">No patient record matched the demographics in the notification. No record was updated.</span></td></tr></table></div>"
  ] ;
  fhir:OperationOutcome.issue [
     fhir:index 0 ;
     fhir:OperationOutcome.issue.severity [ fhir:value "warning" ] ;
     fhir:OperationOutcome.issue.code [ fhir:value "not-found" ] ;
     fhir:OperationOutcome.issue.details [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://example.org/fhir/us/fod/CodeSystem/fod-match-outcome-cs" ] ;
         fhir:Coding.code [ fhir:value "no-match" ] ;
         fhir:Coding.display [ fhir:value "No Match" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "No patient record matched the demographics in the notification. No record was updated." ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/fod-acknowledgement-nomatch-example.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/fod-acknowledgement-nomatch-example.ttl> .