1.0.0 - release
CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "ObservationONEWS2Example",
"meta" : {
"profile" : [
🔗 "https://fhir.cambio.se/StructureDefinition/ObservationONEWS2"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationONEWS2Example</b></p><a name=\"ObservationONEWS2Example\"> </a><a name=\"hcObservationONEWS2Example\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ObservationONEWS2.html\">ObservationONEWS2</a></p></div><p><b>identifier</b>: <code>https://fhir.cambio.se/Observation</code>/1234567</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 564341000052108}\">564341000052108</span></p><p><b>subject</b>: Identifier: <code>http://electronichealth.se/identifier/personnummer</code>/201212121212</p><p><b>effective</b>: 2026-03-12 10:04:29+0000</p><p><b>performer</b>: Identifier: <code>urn:oid:1.2.752.29.4.19</code>/SE162321000016-efca</p><p><b>value</b>: 12</p><p><b>note</b>: </p><blockquote><div><p>Sample clinical note for ONEWS2 observation</p>\n</div></blockquote><p><b>derivedFrom</b>: </p><ul><li><a href=\"Observation-ObservationRespiratoryRateLiteExampleForONEWS.html\">Observation Respiratory rate</a></li><li><a href=\"Observation-ObservationBPLiteExampleForONEWS.html\">Observation Blood pressure</a></li><li><a href=\"Observation-ObservationHeartRateLiteExampleForONEWS.html\">Observation Heart rate</a></li><li><a href=\"Observation-ObservationAcvpuLiteExampleForONEWS.html\">Observation Alert Confusion Voice Pain Unresponsive scale score</a></li><li><a href=\"Observation-ObservationOxygenSaturationLiteExampleForONEWS.html\">Observation Oxygen Saturation.</a></li><li><a href=\"Observation-ObservationBodyTemperatureLiteExampleForONEWS.html\">Observation Core body temperature</a></li></ul></div>"
},
"identifier" : [
{
"system" : "https://fhir.cambio.se/Observation",
"value" : "1234567"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "564341000052108"
}
]
},
"subject" : {
"type" : "Patient",
"identifier" : {
"system" : "http://electronichealth.se/identifier/personnummer",
"value" : "201212121212"
}
},
"effectiveDateTime" : "2026-03-12T10:04:29+00:00",
"performer" : [
{
"type" : "PractitionerRole",
"identifier" : {
"system" : "urn:oid:1.2.752.29.4.19",
"value" : "SE162321000016-efca"
}
}
],
"valueQuantity" : {
"value" : 12
},
"note" : [
{
"text" : "Sample clinical note for ONEWS2 observation"
}
],
"derivedFrom" : [
{
🔗 "reference" : "Observation/ObservationRespiratoryRateLiteExampleForONEWS"
},
{
🔗 "reference" : "Observation/ObservationBPLiteExampleForONEWS"
},
{
🔗 "reference" : "Observation/ObservationHeartRateLiteExampleForONEWS"
},
{
🔗 "reference" : "Observation/ObservationAcvpuLiteExampleForONEWS"
},
{
🔗 "reference" : "Observation/ObservationOxygenSaturationLiteExampleForONEWS"
},
{
🔗 "reference" : "Observation/ObservationBodyTemperatureLiteExampleForONEWS"
}
]
}