Austrian Patient Summary (R4)
0.2.0 - STU1

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

: AtApsCarePlan-Beispiel - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "AtApsExampleCareplan01",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-careplan"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Ein einfacher Pflegeplan, der angibt, dass ein Patient aufgrund von Adipositas einmal täglich sein Gewicht messen soll.</p></div>"
  },
  "identifier" : [
    {
      "value" : "12345"
    }
  ],
  "instantiatesUri" : [
    "http://example.org/protocol-for-obesity"
  ],
  "basedOn" : [
    {
      "display" : "Behandlung von Typ-2-Diabetes"
    }
  ],
  "replaces" : [
    {
      "display" : "Plan der Klinik"
    }
  ],
  "partOf" : [
    {
      "display" : "Allgemeiner Wellnessplan"
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "text" : "Gewichtsmanagementplan"
    }
  ],
  "description" : "Übergewicht und Gewichtsverlust managen",
  "subject" : {
    "reference" : "Patient/HL7ATCorePatientExample01",
    "display" : "Max Mustermann"
  },
  "period" : {
    "end" : "2017-06-01"
  },
  "created" : "2016-01-01",
  "author" : {
    🔗 "reference" : "Practitioner/at-aps-example-practitioner-01",
    "display" : "Hanna Hausärztin"
  },
  "addresses" : [
    {
      🔗 "reference" : "Condition/AtApsExampleCondition01"
    }
  ],
  "activity" : [
    {
      "outcomeCodeableConcept" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "416528001",
              "display" : "Intentional weight loss"
            }
          ]
        }
      ]
    }
  ]
}