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

: Fact of Death Match Outcome Codes - TTL Representation

Page standards status: Informative Maturity Level: 1

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/CodeSystem/fod-match-outcome-cs> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "fod-match-outcome-cs"] ;
  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: CodeSystem fod-match-outcome-cs</b></p><a name=\"fod-match-outcome-cs\"> </a><a name=\"hcfod-match-outcome-cs\"> </a><p>This case-sensitive code system <code>http://example.org/fhir/us/fod/CodeSystem/fod-match-outcome-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">matched<a name=\"fod-match-outcome-cs-matched\"> </a></td><td>Matched</td><td>The notification was matched to exactly one patient record and has been processed.</td></tr><tr><td style=\"white-space:nowrap\">no-match<a name=\"fod-match-outcome-cs-no-match\"> </a></td><td>No Match</td><td>No patient record matched the demographics in the notification. The receiver took no action on any patient record.</td></tr><tr><td style=\"white-space:nowrap\">multiple-candidates<a name=\"fod-match-outcome-cs-multiple-candidates\"> </a></td><td>Multiple Candidates</td><td>More than one patient record matched the demographics in the notification and the receiver could not safely select one. No patient record was updated.</td></tr><tr><td style=\"white-space:nowrap\">pending-manual-review<a name=\"fod-match-outcome-cs-pending-manual-review\"> </a></td><td>Pending Manual Review</td><td>The notification was accepted but routed to a human reviewer rather than being applied automatically. A further response may or may not follow.</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:Extension.valueInteger [
       fhir:value "1"^^xsd:integer ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
         fhir:Extension.valueCanonical [
           fhir:value "http://example.org/fhir/us/fod/ImplementationGuide/example.fhir.us.fod" ;
           fhir:link <http://example.org/fhir/us/fod/ImplementationGuide/example.fhir.us.fod>
         ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:Extension.valueCode [
       fhir:value "informative" ;
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom" ] ;
         fhir:Extension.valueCanonical [
           fhir:value "http://example.org/fhir/us/fod/ImplementationGuide/example.fhir.us.fod" ;
           fhir:link <http://example.org/fhir/us/fod/ImplementationGuide/example.fhir.us.fod>
         ]
       ]
     ]
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://example.org/fhir/us/fod/CodeSystem/fod-match-outcome-cs"] ;
  fhir:CodeSystem.version [ fhir:value "0.2.0"] ;
  fhir:CodeSystem.name [ fhir:value "FODMatchOutcomeCS"] ;
  fhir:CodeSystem.title [ fhir:value "Fact of Death Match Outcome Codes"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-07"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - Public Health Work Group"] ;
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "Codes a receiving system returns to report whether a fact-of-death notification could be matched to a patient record. These codes describe the outcome of the receiver's own matching process; this guide does not specify the matching algorithm itself."] ;
  fhir:CodeSystem.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:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.valueSet [
     fhir:value "http://example.org/fhir/us/fod/ValueSet/fod-match-outcome-vs" ;
     fhir:link <http://example.org/fhir/us/fod/ValueSet/fod-match-outcome-vs>
  ] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "matched" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Matched" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The notification was matched to exactly one patient record and has been processed." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "no-match" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "No Match" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "No patient record matched the demographics in the notification. The receiver took no action on any patient record." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "multiple-candidates" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Multiple Candidates" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "More than one patient record matched the demographics in the notification and the receiver could not safely select one. No patient record was updated." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "pending-manual-review" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Pending Manual Review" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "The notification was accepted but routed to a human reviewer rather than being applied automatically. A further response may or may not follow." ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/fod-match-outcome-cs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/fod-match-outcome-cs.ttl> .