@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "df5a2807-e0b2-4971-9820-efdbbbfcef7b"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "2" ]; fhir:Meta.lastUpdated [ fhir:value "2020-08-13T15:20:48.039+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#vIFk7iaTriXremhe" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/vrdr/StructureDefinition/VRDR-Decedent-Age"; 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:30525-0; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "30525-0" ]; fhir:Coding.display [ fhir:value "Age" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/51b806c8-566f-463e-8783-9fbf6be8161d" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2020-01-02"^^xsd:date]; fhir:Observation.dataAbsentReason [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/data-absent-reason" ]; fhir:Coding.code [ fhir:value "unknown" ]; fhir:Coding.display [ fhir:value "Unknown" ] ]; fhir:CodeableConcept.text [ fhir:value "Unable to determine age at death because of incomplete birthdate and time of death values." ] ] . a fhir:us . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------