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

Generated Narrative: Observation

Resource Observation "lipid-total-chol-1"

Profiles: AU Core Lipid Result, AU Core Pathology Result Observation, AU Core Observation

status: final

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

code: Total Chol/HDL (LOINC#32309-7 "Cholesterol.total/Cholesterol in HDL [Molar ratio] in Serum or Plasma")

subject: Patient/smith-emma " SMITH"

effective: 2023-01-17

value: 3.93

interpretation: Normal (ObservationInterpretation#N)

ReferenceRanges

-High
*4.6
" ] ; # 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:32309-7 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "32309-7" ] ; fhir:display [ fhir:v "Cholesterol.total/Cholesterol in HDL [Molar ratio] in Serum or Plasma" ] ] ) ; fhir:text [ fhir:v "Total Chol/HDL" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/smith-emma" ] ] ; # fhir:effective [ fhir:v "2023-01-17"^^xsd:date] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "3.93"^^xsd:decimal ] ] ; # 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:high [ fhir:value [ fhir:v "4.6"^^xsd:decimal ] ] ] ) . # # -------------------------------------------------------------------------------------