Vital Records Death Reporting FHIR Implementation Guide
1.1.0 - STU 2 US

Vital Records Death Reporting FHIR Implementation Guide - Local Development build (v1.1.0). See the Directory of published versions

: Cause of Death Pathway Example - TTL Representation

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 -------------------------------------------------------------------

 a fhir:List;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "60401545-f1e1-4a80-867f-02384ffed857"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-07-22T13:59:02.713+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#EWNOB45m46lXQqTB" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Cause-of-Death-Pathway";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Cause-of-Death-Pathway>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"clstu\"><tr><td>Mode: snapshotStatus: current</td></tr><tr><td>Source: (null)Order: Sorted by Priority</td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"Condition-f0cbc63d-ac4e-469b-8761-70b6ea8bf666.html\">Condition/f0cbc63d-ac4e-469b-8761-70b6ea8bf666</a></td></tr></table></div>"
  ];
  fhir:List.status [ fhir:value "current"];
  fhir:List.mode [ fhir:value "snapshot"];
  fhir:List.source [
     fhir:Reference.reference [ fhir:value "Practitioner/cb1219bc-785f-431c-9f56-b8fbbe78bc4d" ]
  ];
  fhir:List.orderedBy [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/list-order" ];
       fhir:Coding.code [ fhir:value "priority" ];
       fhir:Coding.display [ fhir:value "Sorted by Priority" ]     ]
  ];
  fhir:List.entry [
     fhir:index 0;
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "Condition/f0cbc63d-ac4e-469b-8761-70b6ea8bf666" ]     ]
  ].

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

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