@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "lipid-hdl-1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Observation

Resource Observation "lipid-hdl-1"

Profile: AU Core Pathology Result Observation

status: final

category: Laboratory (Observation Category Codes#laboratory), Chemistry (diagnosticServiceSectionId#CH)

code: HDL (LOINC#14646-4 "Cholesterol in HDL [Moles/volume] in Serum or Plasma")

subject: Patient/banks-mia-leanne " BANKS"

effective: 2023-01-17

value: 1.5 mmol/L (Details: UCUM code mmol/L = 'mmol/L')

interpretation: Normal (ObservationInterpretation#N)

ReferenceRanges

-LowHigh
*1.0 mmol/L (Details: UCUM code mmol/L = 'mmol/L')2.2 mmol/L (Details: UCUM code mmol/L = 'mmol/L')
" ] ; # 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 "laboratory" ] ; fhir:display [ fhir:v "Laboratory" ] ] ) ] [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ; fhir:code [ fhir:v "CH" ] ; fhir:display [ fhir:v "Chemistry" ] ] ) ; fhir:text [ fhir:v "Chemistry" ] ] ) ; # fhir:code [ fhir:coding ( [ a loinc:14646-4 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "14646-4" ] ; fhir:display [ fhir:v "Cholesterol in HDL [Moles/volume] in Serum or Plasma" ] ] ) ; fhir:text [ fhir:v "HDL" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/banks-mia-leanne" ] ] ; # fhir:effective [ fhir:v "2023-01-17"^^xsd:date] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "1.5"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmol/L" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mmol/L" ] ] ; # fhir:interpretation ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ; fhir:code [ fhir:v "N" ] ; fhir:display [ fhir:v "Normal" ] ] ) ] ) ; # fhir:referenceRange ( [ fhir:low [ fhir:value [ fhir:v "1.0"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmol/L" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mmol/L" ] ] ; fhir:high [ fhir:value [ fhir:v "2.2"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmol/L" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mmol/L" ] ] ] ) . # # -------------------------------------------------------------------------------------