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

: Example Referral Supporting Finding - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "example-referral-finding",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-referral-finding</b></p><a name=\"example-referral-finding\"> </a><a name=\"hcexample-referral-finding\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://example.org/fhir/CodeSystem/clinical-findings knee-range-of-motion}\">Knee range of motion</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>effective</b>: 2026-07-27</p><p><b>value</b>: Flexion limited to 90 degrees</p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "https://example.org/fhir/CodeSystem/clinical-findings",
        "version" : "2026-01",
        "code" : "knee-range-of-motion",
        "display" : "Knee range of motion"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "effectiveDateTime" : "2026-07-27",
  "valueString" : "Flexion limited to 90 degrees"
}