Vital Records Death Reporting (VRDR) FHIR Implementation Guide
3.0.0-cibuild - ci-build United States of America flag

Vital Records Death Reporting (VRDR) FHIR Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 3.0.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/vrdr/ and changes regularly. See the Directory of published versions

: DeathCertificate Example1 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DeathCertificate-Example1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certificate"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/vrdr-death-certificate>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Composition</b><a name=\"DeathCertificate-Example1\"> </a><a name=\"hcDeathCertificate-Example1\"> </a></p><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\">Resource Composition &quot;DeathCertificate-Example1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vrdr-death-certificate.html\">Death Certificate</a></p></div><p><b>Filing Format</b>: Electronic <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-vrdr-filing-format-cs.html\">Filing Formats</a>#electronic)</span></p><p><b>Replacement Status of a Death Record (deprecated)</b>: original record <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-vrdr-replace-status-cs.html\">Replacement Status of Death Record Submission CodeSystem</a>#original)</span></p><p><b>State Specific Field</b>: State Specific Content</p><p><b>status</b>: final</p><p><b>type</b>: Death certificate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#64297-5)</span></p><p><b>date</b>: 2020-11-15 16:39:54-0500</p><p><b>author</b>: <a href=\"Practitioner-Certifier-Example1.html\">Practitioner/Certifier-Example1</a> &quot; BLACK&quot;</p><p><b>title</b>: Death Certificate</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Time</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>legal</td><td>2020-11-14 16:39:40-0500</td><td><a href=\"Practitioner-Certifier-Example1.html\">Practitioner/Certifier-Example1</a> &quot; BLACK&quot;</td></tr></table><h3>Events</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td>Death certificate (record artifact) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#307930005)</span></td><td><a href=\"Procedure-DeathCertification-Example1.html\">Procedure/DeathCertification-Example1</a></td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/FilingFormat"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-filing-format-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "electronic" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/ReplaceStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-replace-status-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "original" ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/vrdr/StructureDefinition/StateSpecificField"^^xsd:anyURI ] ;
fhir:value [ fhir:v "State Specific Content" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:64297-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "64297-5" ] ;
fhir:display [ fhir:v "Death certificate" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Decedent-Example1" ]
  ] ; # 
  fhir:date [ fhir:v "2020-11-15T16:39:54-05:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Practitioner/Certifier-Example1" ]
  ] ) ; # 
  fhir:title [ fhir:v "Death Certificate"] ; # 
  fhir:attester ( [
fhir:mode [ fhir:v "legal" ] ;
fhir:time [ fhir:v "2020-11-14T16:39:40-05:00"^^xsd:dateTime ] ;
fhir:party [
fhir:reference [ fhir:v "Practitioner/Certifier-Example1" ]     ]
  ] ) ; # 
  fhir:event ( [
    ( fhir:code [
      ( fhir:coding [
a sct:307930005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "307930005" ] ;
fhir:display [ fhir:v "Death certificate (record artifact)" ]       ] )     ] ) ;
    ( fhir:detail [
fhir:reference [ fhir:v "Procedure/DeathCertification-Example1" ]     ] )
  ] ) ; # 
  fhir:section ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-document-section-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DecedentDemographics" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Patient/Decedent-Example1" ]     ] [
fhir:reference [ fhir:v "RelatedPerson/DecedentFather-Example1" ]     ] [
fhir:reference [ fhir:v "RelatedPerson/DecedentMother-Example1" ]     ] [
fhir:reference [ fhir:v "RelatedPerson/DecedentSpouse-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/DecedentAge-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/BirthRecordIdentifier-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/DecedentEducationLevel-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/DecedentMilitaryService-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/DecedentUsualWork-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/InputRaceAndEthnicity-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/EmergingIssues-Example1" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-document-section-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DeathInvestigation" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/ExaminerContacted-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/DecedentPregnancyStatus-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/TobaccoUseContributedToDeath-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/AutopsyPerformedIndicator-Example1" ]     ] [
fhir:reference [ fhir:v "Location/DeathLocation-Example1" ]     ] [
fhir:reference [ fhir:v "Location/InjuryLocation-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/InjuryIncident-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/DeathDate-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/SurgeryDate-Example1" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-document-section-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DeathCertification" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Practitioner/Certifier-Example1" ]     ] [
fhir:reference [ fhir:v "Procedure/DeathCertification-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/MannerOfDeath-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/CauseOfDeathPart1-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/CauseOfDeathPart1-Example2" ]     ] [
fhir:reference [ fhir:v "Observation/CauseOfDeathPart2-Example1" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/vrdr/CodeSystem/vrdr-document-section-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DecedentDisposition" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Location/DispositionLocation-Example1" ]     ] [
fhir:reference [ fhir:v "Organization/FuneralHome-Example1" ]     ] [
fhir:reference [ fhir:v "Observation/DecedentDispositionMethod-Example1" ]     ] [
fhir:reference [ fhir:v "Practitioner/Mortician-Example1" ]     ] )
  ] ) . #