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

: Death Record Source - 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/ActorDefinition/fod-death-record-source> a fhir:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "fod-death-record-source"] ;
  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: ActorDefinition fod-death-record-source</b></p><a name=\"fod-death-record-source\"> </a><a name=\"hcfod-death-record-source\"> </a><table class=\"grid\"><tr><td><b>Actor: FODDeathRecordSource </b></td><td>Death Record Source</td><td>Type: system </td></tr><tr><td colspan=\"3\"/></tr><tr><td>Capabilities:</td><td colspan=\"2\"><a href=\"CapabilityStatement-fod-sender.html\">Fact of Death Sender Capability Statement</a></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:ActorDefinition.url [ fhir:value "http://example.org/fhir/us/fod/ActorDefinition/fod-death-record-source"] ;
  fhir:ActorDefinition.version [ fhir:value "0.2.0"] ;
  fhir:ActorDefinition.name [ fhir:value "FODDeathRecordSource"] ;
  fhir:ActorDefinition.title [ fhir:value "Death Record Source"] ;
  fhir:ActorDefinition.status [ fhir:value "draft"] ;
  fhir:ActorDefinition.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ActorDefinition.date [ fhir:value "2026-08-07"^^xsd:date] ;
  fhir:ActorDefinition.publisher [ fhir:value "HL7 International - Public Health Work Group"] ;
  fhir:ActorDefinition.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:ActorDefinition.description [ fhir:value "A system operated by or on behalf of a jurisdictional Vital Records Office that holds registered death records and originates fact-of-death notifications. This actor is the authoritative source of the fact of death; it is the party named as the author in the notification's Provenance."] ;
  fhir:ActorDefinition.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:ActorDefinition.type [ fhir:value "system"] ;
  fhir:ActorDefinition.capabilities [
     fhir:value "http://example.org/fhir/us/fod/CapabilityStatement/fod-sender" ;
     fhir:link <http://example.org/fhir/us/fod/CapabilityStatement/fod-sender>
  ] .

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

<http://hl7.org/fhir/ActorDefinition/fod-death-record-source.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ActorDefinition/fod-death-record-source.ttl> .