Vital Records Death Reporting (VRDR) FHIR Implementation Guide
2.0.0 - STU 2 US

This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v2.0.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: DeathCertificate-Example1 - TTL Representation

Raw ttl | Download


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

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.