FHIR implementasjonsguide for norsk kommunesektor
0.1.0 - ci-build
NO
FHIR implementasjonsguide for norsk kommunesektor - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "example-observation-oxygen-saturation",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-observation-oxygen-saturation</b></p><a name=\"example-observation-oxygen-saturation\"> </a><a name=\"hcexample-observation-oxygen-saturation\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Oksygenmetning målt hjemme</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Kari Hansen Female, DoB: 1948-09-12</a></p><p><b>effective</b>: 2026-01-21 08:30:00+0100</p><p><b>performer</b>: <a href=\"Organization-example-organization.html\">Organization Oslo kommune, Bydel Grünerløkka, Hjemmetjenesten</a></p><p><b>value</b>: 94 %</p></div>"
},
"status" : "final",
"code" : {
"text" : "Oksygenmetning målt hjemme"
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"effectiveDateTime" : "2026-01-21T08:30:00+01:00",
"performer" : [
{
🔗 "reference" : "Organization/example-organization"
}
],
"valueQuantity" : {
"value" : 94,
"unit" : "%"
}
}