Austrian Patient Summary (R4)
0.1.0 - ci-build

Austrian Patient Summary (R4) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient Story-Beispiel - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "at-aps-example-observation-01-exercise",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation at-aps-example-observation-01-exercise</b></p><a name=\"at-aps-example-observation-01-exercise\"> </a><a name=\"hcat-aps-example-observation-01-exercise\"> </a><a name=\"at-aps-example-observation-01-exercise-de-AT\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 89555-7}\">An wie vielen Tagen pro Woche haben Sie in den letzten 30 Tagen mäßige bis anstrengende körperliche Aktivitäten ausgeübt?</span></p><p><b>subject</b>: <a href=\"Patient-at-aps-example-patient-01.html\">Maria Musterfrau</a></p><p><b>effective</b>: 2024-12-02</p><p><b>performer</b>: <a href=\"Patient-at-aps-example-patient-01.html\">Maria Musterfrau</a></p><p><b>value</b>: 3 Tage pro Woche<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded/wk = 'd/wk')</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "89555-7",
        "display" : "An wie vielen Tagen pro Woche haben Sie in den letzten 30 Tagen mäßige bis anstrengende körperliche Aktivitäten ausgeübt?"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/at-aps-example-patient-01",
    "display" : "Maria Musterfrau"
  },
  "effectiveDateTime" : "2024-12-02",
  "performer" : [
    {
      🔗 "reference" : "Patient/at-aps-example-patient-01",
      "display" : "Maria Musterfrau"
    }
  ],
  "valueQuantity" : {
    "value" : 3,
    "unit" : "Tage pro Woche",
    "system" : "http://unitsofmeasure.org",
    "code" : "d/wk"
  }
}