HL7 Norway
FHIR Implementation Guide for the Norwegian Municipal Sector
Shared starting point for understanding and consistent use of FHIR in municipal health and care services.
Norwegian

FHIR Implementation Guide for the Norwegian Municipal Sector
0.2.0 - ci-build NO

FHIR Implementation Guide for the Norwegian Municipal Sector - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example observation - 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 ( urn:oid:2.16.578.1.12.4.1.4.1#Foedselsnummer#12094812345)</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"
  }
}