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

: exercise-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "exercise-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation exercise-example</b></p><a name=\"exercise-example\"> </a><a name=\"hcexercise-example\"> </a><a name=\"exercise-example-de-AT\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 89555-7}\">How many days per week did you engage in moderate to strenuous physical activity in the last 30 days</span></p><p><b>value</b>: 3 days per week</p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "89555-7",
        "display" : "How many days per week did you engage in moderate to strenuous physical activity in the last 30 days"
      }
    ]
  },
  "valueQuantity" : {
    "value" : 3,
    "unit" : "days per week",
    "system" : "http://unitsofmeasure.org"
  }
}