@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Observation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "vitalspanel-1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-vitalspanel"^^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 "vitalspanel-1"

Profiles: AU Core Vitals Panel, AU Core Observation

status: final

category: Vital Signs (Observation Category Codes#vital-signs)

code: Vital signs panel (LOINC#85353-1 "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel")

subject: Patient/bennelong-anne " BENNELONG"

encounter: Encounter/annualvisit-2

effective: 2022-02-10

performer: PractitionerRole/bobrester-bob-gp

hasMember:

" ] ; # 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 "vital-signs" ] ; fhir:display [ fhir:v "Vital Signs" ] ] ) ; fhir:text [ fhir:v "Vital Signs" ] ] ) ; # fhir:code [ fhir:coding ( [ a loinc:85353-1 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:code [ fhir:v "85353-1" ] ; fhir:display [ fhir:v "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel" ] ] ) ; fhir:text [ fhir:v "Vital signs panel" ] ] ; # fhir:subject [ fhir:link ; fhir:reference [ fhir:v "Patient/bennelong-anne" ] ] ; # fhir:encounter [ fhir:link ; fhir:reference [ fhir:v "Encounter/annualvisit-2" ] ] ; # fhir:effective [ fhir:v "2022-02-10"^^xsd:date] ; # fhir:performer ( [ fhir:link ; fhir:reference [ fhir:v "PractitionerRole/bobrester-bob-gp" ] ] ) ; # fhir:hasMember ( [ fhir:link ; fhir:reference [ fhir:v "Observation/bloodpressure-2" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/bodytemp-1" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/bodyheight-4" ] ] [ fhir:link ; fhir:reference [ fhir:v "Observation/bodyweight-3" ] ] ) . # # -------------------------------------------------------------------------------------