German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: e61 Functional Observation - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "annex2b-e61-functional-observation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation annex2b-e61-functional-observation</b></p><a name=\"annex2b-e61-functional-observation\"> </a><a name=\"hcannex2b-e61-functional-observation\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Walking endurance</span></p><p><b>subject</b>: <a href=\"Patient-annex2b-example-patient.html\">Alex Example  (no stated gender), DoB: 1970-01-01 ( https://fhir.cognovis.de/praxis/NamingSystem/pvs-patient-nummer#PvsPatientNummer#annex2b-patient-1)</a></p><p><b>effective</b>: 2026-07-20 09:00:00+0200</p><p><b>performer</b>: <a href=\"Practitioner-annex2b-example-practitioner.html\">Practitioner Maria Sample </a></p><p><b>value</b>: 120 m<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codem = 'meter')</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "text" : "Walking endurance"
  },
  "subject" : {
    🔗 "reference" : "Patient/annex2b-example-patient"
  },
  "effectiveDateTime" : "2026-07-20T09:00:00+02:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/annex2b-example-practitioner"
    }
  ],
  "valueQuantity" : {
    "value" : 120,
    "unit" : "m",
    "system" : "http://unitsofmeasure.org",
    "code" : "m"
  }
}