@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "lipid-triglyceride-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-triglyceride-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: Triglyceride (LOINC#14927-8 "Triglyceride [Moles/volume] in Serum or Plasma")

subject: Patient/smith-emma " SMITH"

effective: 2023-01-17

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

interpretation: Normal (ObservationInterpretation#N)

ReferenceRanges

-High
*2.0 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:14927-8 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "14927-8" ] ; fhir:display [ fhir:v "Triglyceride [Moles/volume] in Serum or Plasma" ] ] ) ; fhir:text [ fhir:v "Triglyceride" ] ] ; # 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 "1.9"^^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:high [ fhir:value [ fhir:v "2.0"^^xsd:decimal ] ; fhir:unit [ fhir:v "mmol/L" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mmol/L" ] ] ] ) . # # -------------------------------------------------------------------------------------