Publication Build: This will be filled in by the publication tooling
: Observation - Vital signs panel - JSON Representation
Raw json | Download
{
"resourceType" : "Observation",
"id" : "vitalspanel-1",
"meta" : {
"profile" : [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-vitalspanel",
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"vitalspanel-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "vitalspanel-1" </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-au-core-vitalspanel.html\">AU Core Vitals Panel</a>, <a href=\"StructureDefinition-au-core-observation.html\">AU Core Observation</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Vital signs panel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#85353-1 "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel")</span></p><p><b>subject</b>: <a href=\"Patient-bennelong-anne.html\">Patient/bennelong-anne</a> " BENNELONG"</p><p><b>encounter</b>: <a href=\"Encounter-annualvisit-2.html\">Encounter/annualvisit-2</a></p><p><b>effective</b>: 2022-02-10</p><p><b>performer</b>: <a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole/bobrester-bob-gp</a></p><p><b>hasMember</b>: </p><ul><li><a href=\"Observation-bloodpressure-2.html\">Observation/bloodpressure-2</a></li><li><a href=\"Observation-bodytemp-1.html\">Observation/bodytemp-1</a></li><li><a href=\"Observation-bodyheight-4.html\">Observation/bodyheight-4</a></li><li><a href=\"Observation-bodyweight-3.html\">Observation/bodyweight-3</a></li></ul></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "Vital Signs"
}
],
"text" : "Vital Signs"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "85353-1",
"display" : "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"
}
],
"text" : "Vital signs panel"
},
"subject" : {
"reference" : "Patient/bennelong-anne"
},
"encounter" : {
"reference" : "Encounter/annualvisit-2"
},
"effectiveDateTime" : "2022-02-10",
"performer" : [
{
"reference" : "PractitionerRole/bobrester-bob-gp"
}
],
"hasMember" : [
{
"reference" : "Observation/bloodpressure-2"
},
{
"reference" : "Observation/bodytemp-1"
},
{
"reference" : "Observation/bodyheight-4"
},
{
"reference" : "Observation/bodyweight-3"
}
]
}