@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "bun-mcc"] ; # Example adapted from MCC eCare Plan Implementation Guide bunMCC fhir:meta [ fhir:versionId [ fhir:v "4" ] ; fhir:lastUpdated [ fhir:v "2022-05-18T23:37:12.617+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#qAUGMmCEAqCZRmKl"^^xsd:anyURI ] ; 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 "bun-mcc" Version "4" Updated "2022-05-18 23:37:12+0000"

Information Source: #qAUGMmCEAqCZRmKl!

Profile: AU Core Pathology Result Observation

status: final

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

code: BUN SerPl-mCnc (LOINC#3094-0)

subject: Patient/dan-harry " DAN"

effective: 2022-05-05

value: 24 mg/dL

ReferenceRanges

-LowHighType
*5 mg/dL (Details: UCUM code mg/dL = 'mg/dL')20 mg/dL (Details: UCUM code mg/dL = 'mg/dL')Treatment Range (Observation Reference Range Meaning Codes#treatment)
" ] ; # 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:text [ 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:3094-0 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "3094-0" ] ; fhir:display [ fhir:v "BUN SerPl-mCnc" ] ] ) ; fhir:text [ fhir:v "BUN SerPl-mCnc" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/dan-harry" ] ] ; # fhir:effective [ fhir:v "2022-05-05"^^xsd:date] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v "24"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg/dL" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ] ; # fhir:referenceRange ( [ fhir:low [ fhir:value [ fhir:v "5"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg/dL" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg/dL" ] ] ; fhir:high [ fhir:value [ fhir:v "20"^^xsd:decimal ] ; fhir:unit [ fhir:v "mg/dL" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "mg/dL" ] ] ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/referencerange-meaning"^^xsd:anyURI ] ; fhir:code [ fhir:v "treatment" ] ; fhir:display [ fhir:v "Treatment Range" ] ] ) ; fhir:text [ fhir:v "Treatment Range" ] ] ] ) . # # -------------------------------------------------------------------------------------