{
  "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>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Survey</span></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",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "survey",
      "display" : "Survey"
    }]
  }],
  "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"
  }
}