Vital Records Death Reporting FHIR Implementation Guide
1.2.0 - STU 2 Ballot

This page is part of the Vital Records Mortality and Morbidity Reporting FHIR IG (v1.2.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: Death Certificate Document Example - 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:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "7a4613cc-b306-49b2-a428-9f8e67e67a85"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "39" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-08-12T18:59:34.898+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#OlEHlfWnqGy5aapi" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Certificate-Document";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Death-Certificate-Document>     ]
  ];
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.724.4.8.10.200.10" ];
     fhir:Identifier.value [ fhir:value "7a4613cc-b306-49b2-a428-9f8e67e67a85" ]
  ];
  fhir:Bundle.type [ fhir:value "document"];
  fhir:Bundle.timestamp [ fhir:value "2017-12-11T14:30:00+01:00"^^xsd:dateTime];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:54fd9b4c-7633-4e34-bf6b-6fbe9d48fd30" ];
     fhir:Bundle.entry.resource <urn:uuid:54fd9b4c-7633-4e34-bf6b-6fbe9d48fd30>
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:Patient/51b806c8-566f-463e-8783-9fbf6be8161d" ];
     fhir:Bundle.entry.resource <urn:uuid:Patient/51b806c8-566f-463e-8783-9fbf6be8161d>
  ], [
     fhir:index 2;
     fhir:Bundle.entry.fullUrl [ fhir:value "Practitioner/urn:cb1219bc-785f-431c-9f56-b8fbbe78bc4d" ];
     fhir:Bundle.entry.resource <Practitioner/urn:cb1219bc-785f-431c-9f56-b8fbbe78bc4d>
  ], [
     fhir:index 3;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:Procedure/219ef5e3-ed0c-4dab-88eb-b114daaebd73" ];
     fhir:Bundle.entry.resource <urn:uuid:Procedure/219ef5e3-ed0c-4dab-88eb-b114daaebd73>
  ].

<urn:uuid:54fd9b4c-7633-4e34-bf6b-6fbe9d48fd30> a fhir:Composition;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: final</p><p><b>type</b>: <span title=\"Codes: {http://loinc.org 64297-5}\">Death certificate</span></p><p><b>date</b>: Dec 11, 2017 1:30:00 PM</p><p><b>author</b>: <a href=\"#Practitioner_cb1219bc-785f-431c-9f56-b8fbbe78bc4d\">See above (Practitioner/cb1219bc-785f-431c-9f56-b8fbbe78bc4d)</a></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>Dec 11, 2017 1:30:00 PM</td><td><a href=\"#Practitioner_cb1219bc-785f-431c-9f56-b8fbbe78bc4d\">See above (Practitioner/cb1219bc-785f-431c-9f56-b8fbbe78bc4d)</a></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><span title=\"Codes: {http://snomed.info/sct 103693007}\">Diagnostic procedure (procedure)</span></td><td><a href=\"#Procedure_219ef5e3-ed0c-4dab-88eb-b114daaebd73\">See above (Procedure/219ef5e3-ed0c-4dab-88eb-b114daaebd73)</a></td></tr></table></div>"
  ];
  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/51b806c8-566f-463e-8783-9fbf6be8161d" ]
  ];
  fhir:Composition.date [ fhir:value "2017-12-11T14:30:00+01:00"^^xsd:dateTime];
  fhir:Composition.author [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/cb1219bc-785f-431c-9f56-b8fbbe78bc4d" ]
  ];
  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 "2017-12-11T14:30:00+01:00"^^xsd:dateTime ];
     fhir:Composition.attester.party [
       fhir:Reference.reference [ fhir:value "Practitioner/cb1219bc-785f-431c-9f56-b8fbbe78bc4d" ]     ]
  ];
  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:Coding.display [ fhir:value "Diagnostic procedure (procedure)" ]       ]     ];
     fhir:Composition.event.detail [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "Procedure/219ef5e3-ed0c-4dab-88eb-b114daaebd73" ]     ]
  ].

<urn:uuid:Patient/51b806c8-566f-463e-8783-9fbf6be8161d> a fhir:Patient;
  fhir:Resource.id [ fhir:value "51b806c8-566f-463e-8783-9fbf6be8161d"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                        <div class=\"hapiHeaderText\">Example Something Middle \n                            <b>LAST </b> Jr. \n                        </div>\n                        <table class=\"hapiPropertyTable\">\n                            <tbody>\n                                <tr>\n                                    <td>Identifier</td>\n                                    <td>123456789</td>\n                                </tr>\n                                <tr>\n                                    <td>Address</td>\n                                    <td>\n                                        <span>101 Example Street </span>\n                                        <br/>\n                                        <span>Line 2 </span>\n                                        <br/>\n                                        <span>Bedford </span>\n                                        <span>MA </span>\n                                        <span>United States </span>\n                                    </td>\n                                </tr>\n                                <tr>\n                                    <td>Date of birth</td>\n                                    <td>\n                                        <span>19 February 1941</span>\n                                    </td>\n                                </tr>\n                            </tbody>\n                        </table>\n                    </div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race" ];
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "ombCategory" ];
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ];
         fhir:Coding.code [ fhir:value "2106-3" ];
         fhir:Coding.display [ fhir:value "White" ]       ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "ombCategory" ];
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ];
         fhir:Coding.code [ fhir:value "1002-5" ];
         fhir:Coding.display [ fhir:value "American Indian or Alaska Native" ]       ]     ], [
       fhir:index 2;
       fhir:Extension.url [ fhir:value "ombCategory" ];
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ];
         fhir:Coding.code [ fhir:value "2028-9" ];
         fhir:Coding.display [ fhir:value "Asian" ]       ]     ], [
       fhir:index 3;
       fhir:Extension.url [ fhir:value "detailed" ];
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ];
         fhir:Coding.code [ fhir:value "1586-7" ];
         fhir:Coding.display [ fhir:value "Shoshone" ]       ]     ], [
       fhir:index 4;
       fhir:Extension.url [ fhir:value "detailed" ];
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ];
         fhir:Coding.code [ fhir:value "2036-2" ];
         fhir:Coding.display [ fhir:value "Filipino" ]       ]     ], [
       fhir:index 5;
       fhir:Extension.url [ fhir:value "text" ];
       fhir:Extension.valueString [ fhir:value "Mixed" ]     ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity" ];
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "ombCategory" ];
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ];
         fhir:Coding.code [ fhir:value "2135-2" ];
         fhir:Coding.display [ fhir:value "Hispanic or Latino" ]       ]     ], [
       fhir:index 1;
       fhir:Extension.url [ fhir:value "detailed" ];
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ];
         fhir:Coding.code [ fhir:value "2184-0" ];
         fhir:Coding.display [ fhir:value "Dominican" ]       ]     ], [
       fhir:index 2;
       fhir:Extension.url [ fhir:value "detailed" ];
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.6.238" ];
         fhir:Coding.code [ fhir:value "2148-5" ];
         fhir:Coding.display [ fhir:value "Mexican" ]       ]     ], [
       fhir:index 3;
       fhir:Extension.url [ fhir:value "text" ];
       fhir:Extension.valueString [ fhir:value "Hispanic or Latino" ]     ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex" ];
     fhir:Extension.valueCode [ fhir:value "F" ]
  ];
  fhir:Patient.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "SB" ];
         fhir:Coding.display [ fhir:value "Social Beneficiary Identifier" ]       ]     ];
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-ssn" ];
     fhir:Identifier.value [ fhir:value "123456789" ]
  ];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.use [ fhir:value "official" ];
     fhir:HumanName.family [ fhir:value "Last" ];
     fhir:HumanName.given [
       fhir:value "Example";
       fhir:index 0     ], [
       fhir:value "Something";
       fhir:index 1     ], [
       fhir:value "Middle";
       fhir:index 2     ];
     fhir:HumanName.suffix [
       fhir:value "Jr.";
       fhir:index 0     ]
  ], [
     fhir:index 1;
     fhir:HumanName.use [ fhir:value "nickname" ];
     fhir:HumanName.family [ fhir:value "LastNameAlias" ];
     fhir:HumanName.given [
       fhir:value "FirstNameAlias";
       fhir:index 0     ], [
       fhir:value "MiddleAlias";
       fhir:index 1     ];
     fhir:HumanName.suffix [
       fhir:value "Jr.";
       fhir:index 0     ]
  ];
  fhir:Patient.gender [ fhir:value "male"];
  fhir:Patient.birthDate [ fhir:value "1941-02-19"^^xsd:date];
  fhir:Patient.address [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/Within-City-Limits-Indicator" ];
       fhir:Extension.valueCoding [
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0136" ];
         fhir:Coding.code [ fhir:value "N" ];
         fhir:Coding.display [ fhir:value "No" ]       ]     ];
     fhir:Address.line [
       fhir:value "101 Example Street";
       fhir:index 0     ], [
       fhir:value "Line 2";
       fhir:index 1     ];
     fhir:Address.city [ fhir:value "Bedford" ];
     fhir:Address.district [ fhir:value "Middlesex" ];
     fhir:Address.state [ fhir:value "MA" ];
     fhir:Address.postalCode [ fhir:value "01730" ];
     fhir:Address.country [ fhir:value "United States" ]
  ];
  fhir:Patient.maritalStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ];
       fhir:Coding.code [ fhir:value "S" ];
       fhir:Coding.display [ fhir:value "Never Married" ]     ]
  ].

<Practitioner/urn:cb1219bc-785f-431c-9f56-b8fbbe78bc4d> a fhir:Practitioner;
  fhir:Resource.id [ fhir:value "cb1219bc-785f-431c-9f56-b8fbbe78bc4d"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: 2233445511</p><p><b>name</b>: Doctor Middle Last (OFFICIAL)</p><p><b>address</b>: 11 Example Street Line 2 Bedford MA 01730 United States </p><h3>Qualifications</h3><table class=\"grid\"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td>*</td><td>id: 789123456</td><td><span title=\"Codes: {http://snomed.info/sct 309343006}\">Physician</span></td></tr></table></div>"
  ];
  fhir:Practitioner.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ];
     fhir:Identifier.value [ fhir:value "2233445511" ]
  ];
  fhir:Practitioner.name [
     fhir:index 0;
     fhir:HumanName.use [ fhir:value "official" ];
     fhir:HumanName.family [ fhir:value "Last" ];
     fhir:HumanName.given [
       fhir:value "Doctor";
       fhir:index 0     ], [
       fhir:value "Middle";
       fhir:index 1     ];
     fhir:HumanName.suffix [
       fhir:value "Jr.";
       fhir:index 0     ]
  ];
  fhir:Practitioner.address [
     fhir:index 0;
     fhir:Address.line [
       fhir:value "11 Example Street";
       fhir:index 0     ], [
       fhir:value "Line 2";
       fhir:index 1     ];
     fhir:Address.city [ fhir:value "Bedford" ];
     fhir:Address.district [ fhir:value "Middlesex" ];
     fhir:Address.state [ fhir:value "MA" ];
     fhir:Address.postalCode [ fhir:value "01730" ];
     fhir:Address.country [ fhir:value "United States" ]
  ];
  fhir:Practitioner.qualification [
     fhir:index 0;
     fhir:Practitioner.qualification.identifier [
       fhir:index 0;
       fhir:Identifier.value [ fhir:value "789123456" ]     ];
     fhir:Practitioner.qualification.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:309343006;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "309343006" ];
         fhir:Coding.display [ fhir:value "Physician" ]       ]     ]
  ].

<urn:uuid:Procedure/219ef5e3-ed0c-4dab-88eb-b114daaebd73> a fhir:Procedure;
  fhir:Resource.id [ fhir:value "219ef5e3-ed0c-4dab-88eb-b114daaebd73"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: aabcde9876543210</p><p><b>status</b>: completed</p><p><b>category</b>: <span title=\"Codes: {http://snomed.info/sct 103693007}\">Diagnostic procedure (procedure)</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 308646001}\">Death certification</span></p><p><b>subject</b>: <a href=\"#Patient_51b806c8-566f-463e-8783-9fbf6be8161d\">See above (Patient/51b806c8-566f-463e-8783-9fbf6be8161d)</a></p><p><b>performed</b>: Jan 29, 2019 9:48:06 PM</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://snomed.info/sct 309343006}\">Physician</span></td><td><a href=\"#Practitioner_cb1219bc-785f-431c-9f56-b8fbbe78bc4d\">See above (Practitioner/cb1219bc-785f-431c-9f56-b8fbbe78bc4d)</a></td></tr></table></div>"
  ];
  fhir:Procedure.identifier [
     fhir:index 0;
     fhir:Identifier.value [ fhir:value "aabcde9876543210" ]
  ];
  fhir:Procedure.status [ fhir:value "completed"];
  fhir:Procedure.category [
     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:Coding.display [ fhir:value "Diagnostic procedure (procedure)" ]     ]
  ];
  fhir:Procedure.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:308646001;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "308646001" ];
       fhir:Coding.display [ fhir:value "Death certification" ]     ]
  ];
  fhir:Procedure.subject [
     fhir:Reference.reference [ fhir:value "Patient/51b806c8-566f-463e-8783-9fbf6be8161d" ]
  ];
  fhir:Procedure.performedDateTime [ fhir:value "2019-01-29T16:48:06-05:00"^^xsd:dateTime];
  fhir:Procedure.performer [
     fhir:index 0;
     fhir:Procedure.performer.function [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:309343006;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "309343006" ];
         fhir:Coding.display [ fhir:value "Physician" ]       ]     ];
     fhir:Procedure.performer.actor [
       fhir:Reference.reference [ fhir:value "Practitioner/cb1219bc-785f-431c-9f56-b8fbbe78bc4d" ]     ]
  ].

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

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