{
  "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/at-aps-example-patient-01",
    "display" : "Maria Musterfrau"
  },
  "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"
      }]
    }]
  }]
}