@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "bonedensity-simple-contained"] ; # Example adapted from R5 observation-example-bmd fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-imag"^^xsd:anyURI ; fhir:link ] [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-observation"^^xsd:anyURI ; fhir:link ] [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/au-imagingresult"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "bonedensity-simple-contained"

Profiles: AU Core Diagnostic Imaging Result Observation, AU Core Observation, AU Base Diagnostic Imaging Result

Body Site:

location: Bone structure of femur (SNOMED CT#71341001)

locationQualifier: Left (SNOMED CT#7771000)

patient: Patient/dan-harry " DAN"

status: final

category: Imaging (Observation Category Codes#imaging)

code: BMD - Left Femur (LOINC#24701-5 "DXA Femur [Mass/Area] Bone density")

subject: Patient/dan-harry " DAN"

effective: 2022-02-10

performer: : Regional Imaging Diagnostics Center

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

bodySite: Left Femur (SNOMED CT#71341001)


Generated Narrative: BodyStructure #left-femur

location: Bone structure of femur (SNOMED CT#71341001)

locationQualifier: Left (SNOMED CT#7771000)

patient: Patient/dan-harry " DAN"

" ] ; # fhir:contained ( [ a fhir:BodyStructure ; fhir:id [ fhir:v "left-femur" ] ; fhir:location [ fhir:coding ( [ a sct:71341001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "71341001" ] ; fhir:display [ fhir:v "Bone structure of femur" ] ] ) ] ; fhir:locationQualifier ( [ fhir:coding ( [ a sct:7771000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "7771000" ] ; fhir:display [ fhir:v "Left" ] ] ) ] ) ; fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/dan-harry" ] ] ] ) ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/bodySite"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "#left-femur" ] ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "imaging" ] ] ) ] ) ; # fhir:code [ fhir:coding ( [ a loinc:24701-5 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "24701-5" ] ; fhir:display [ fhir:v "DXA Femur [Mass/Area] Bone density" ] ] ) ; fhir:text [ fhir:v "BMD - Left Femur" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/dan-harry" ] ] ; # fhir:effective [ fhir:v "2022-02-10"^^xsd:date] ; # fhir:performer ( [ fhir:display [ fhir:v "Regional Imaging Diagnostics Center" ] ] ) ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "0.887"^^xsd:decimal ] ; fhir:unit [ fhir:v "g/cm²" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "g/cm-2" ] ] ; # fhir:bodySite [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/bodySite"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "#left-femur" ] ] ] ) ; fhir:coding ( [ a sct:71341001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "71341001" ] ] ) ; fhir:text [ fhir:v "Left Femur" ] ] . # # -------------------------------------------------------------------------------------