@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "Mode: snapshotStatus: currentSource: (null)Order: Sorted by PriorityItemsGenerated Summary: Death diagnosis; Acute transmural myocardial infarction of anterior wall; onset: minutes" ]; fhir:List.status [ fhir:value "current"]; fhir:List.mode [ fhir:value "snapshot"]; fhir:List.source [ fhir:link ; 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:link ; fhir:Reference.reference [ fhir:value "Condition/f0cbc63d-ac4e-469b-8761-70b6ea8bf666" ] ] ] . a fhir:us . a fhir:us . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------