Vital Records Death Reporting FHIR Implementation Guide - Local Development build (v1.1.0). See the Directory of published versions
@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 -------------------------------------------------------------------
a fhir:Condition;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "f0cbc63d-ac4e-469b-8761-70b6ea8bf666"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "3" ];
fhir:Meta.lastUpdated [ fhir:value "2022-02-07T06:10:12.230+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#j0Kx2wGwTBLtmghC" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/Cause-Of-Death-Condition";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/Cause-Of-Death-Condition> ]
];
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><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 \"f0cbc63d-ac4e-469b-8761-70b6ea8bf666\" Version \"3\" Updated \"2022-02-07 06:10:12+0000\" </p><p style=\"margin-bottom: 0px\">Information Source: #j0Kx2wGwTBLtmghC!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Cause-Of-Death-Condition.html\">Cause Of Death Condition</a></p></div><p><b>code</b>: Acute transmural myocardial infarction of anterior wall <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>subject</b>: <a href=\"Patient-51b806c8-566f-463e-8783-9fbf6be8161d.html\">Patient/51b806c8-566f-463e-8783-9fbf6be8161d</a> \" LAST\"</p><p><b>onset</b>: minutes</p><p><b>asserter</b>: <a href=\"Practitioner-cb1219bc-785f-431c-9f56-b8fbbe78bc4d.html\">Practitioner/cb1219bc-785f-431c-9f56-b8fbbe78bc4d</a> \" LAST\"</p></div>"
];
fhir:Condition.code [
fhir:CodeableConcept.text [ fhir:value "Acute transmural myocardial infarction of anterior wall" ]
];
fhir:Condition.subject [
fhir:Reference.reference [ fhir:value "Patient/51b806c8-566f-463e-8783-9fbf6be8161d" ]
];
fhir:Condition.onsetString [ fhir:value "minutes"];
fhir:Condition.asserter [
fhir:Reference.reference [ fhir:value "Practitioner/cb1219bc-785f-431c-9f56-b8fbbe78bc4d" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.