@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "4424113f-69c4-40fe-b88f-d7b03304dfe4"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "1" ]; fhir:Meta.lastUpdated [ fhir:value "2020-07-22T23:18:00.040+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#bhLB1j17Wy19Bz9I" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Transportation-Role"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:69451-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "69451-3" ]; fhir:Coding.display [ fhir:value "Transportation role of decedent" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/51b806c8-566f-463e-8783-9fbf6be8161d" ] ]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:257500003; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "257500003" ]; fhir:Coding.display [ fhir:value "Passenger" ] ] ] . a fhir:us . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------