@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 "bmd"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "bmd"

status: final

code: BMD - Left Femur (LOINC#24701-5 "Femur DXA Bone density")

subject: Patient/pat2 "Duck DONALD"

performer: Organization/1832473e-2fe0-452d-abe9-3cdb9879522f: Acme Imaging Diagnostics "Clinical Lab"

value: 0.887 g/cm² (Details: UCUM code g/cm-2 = 'g/cm-2')

bodySite: Left Femur (SNOMED CT#71341001:272741003=7771000)

" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:24701-5; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "24701-5" ]; fhir:Coding.display [ fhir:value "Femur DXA Bone density" ] ]; fhir:CodeableConcept.text [ fhir:value "BMD - Left Femur" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat2" ] ]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f" ]; fhir:Reference.display [ fhir:value "Acme Imaging Diagnostics" ] ]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "0.887"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "g/cm²" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "g/cm-2" ] ]; fhir:Observation.bodySite [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "71341001:272741003=7771000" ] ]; fhir:CodeableConcept.text [ fhir:value "Left Femur" ] ] . a fhir:Patient . a fhir:Organization . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------