HL7 Norway
FHIR implementasjonsguide for norsk kommunesektor
Felles startpunkt for forståelse og omforent bruk av FHIR i kommunal helse- og omsorgstjeneste.

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

: Eksempel observasjon - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "example-observation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-observation</b></p><a name=\"example-observation\"> </a><a name=\"hcexample-observation\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Timed Up and Go-test</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-18</p><p><b>performer</b>: <a href=\"PractitionerRole-example-practitionerrole-physio.html\">PractitionerRole</a></p><p><b>value</b>: 23 s</p></div>"
  },
  "status" : "final",
  "code" : {
    "text" : "Timed Up and Go-test"
  },
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "effectiveDateTime" : "2026-01-18",
  "performer" : [
    {
      🔗 "reference" : "PractitionerRole/example-practitionerrole-physio"
    }
  ],
  "valueQuantity" : {
    "value" : 23,
    "unit" : "s"
  }
}