{ "resourceType" : "CarePlan", "id" : "AtApsExampleCareplan01", "meta" : { "profile" : ["https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-careplan"] }, "text" : { "status" : "additional", "div" : "

Ein einfacher Pflegeplan, der angibt, dass ein Patient aufgrund von Adipositas einmal täglich sein Gewicht messen soll.

" }, "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" }] }] }] }