{
  "resourceType": "StructureDefinition",
  "url": "http://gkv-sv.de/fhir/StructureDefinition/CarePlanMassnahme",
  "name": "CarePlanMassnahme",
  "status": "draft",
  "description": "Abbildung eines Bedarfes auf einer Beratung mit einer bis mehreren Maßnahmen.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "CarePlan",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CarePlan",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CarePlan.status",
        "path": "CarePlan.status",
        "fixedCode": "active"
      },
      {
        "id": "CarePlan.intent",
        "path": "CarePlan.intent",
        "fixedCode": "plan"
      },
      {
        "id": "CarePlan.category",
        "path": "CarePlan.category",
        "short": "Bedarfskategorie",
        "min": 1
      },
      {
        "id": "CarePlan.description",
        "path": "CarePlan.description",
        "short": "Bedarfsspezifikation",
        "min": 1
      },
      {
        "id": "CarePlan.goal",
        "path": "CarePlan.goal",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CarePlan.goal.display",
        "path": "CarePlan.goal.display",
        "min": 1
      },
      {
        "id": "CarePlan.activity",
        "path": "CarePlan.activity",
        "short": "Maßnahmen"
      },
      {
        "id": "CarePlan.activity.detail",
        "path": "CarePlan.activity.detail",
        "min": 1
      },
      {
        "id": "CarePlan.activity.detail.status",
        "path": "CarePlan.activity.detail.status",
        "fixedCode": "scheduled"
      },
      {
        "id": "CarePlan.activity.detail.scheduled[x]",
        "path": "CarePlan.activity.detail.scheduled[x]",
        "short": "zu erledigen bis",
        "type": [
          {
            "code": "Period"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "CarePlan.activity.detail.scheduled[x].end",
        "path": "CarePlan.activity.detail.scheduled[x].end",
        "mustSupport": true
      },
      {
        "id": "CarePlan.activity.detail.performer",
        "path": "CarePlan.activity.detail.performer",
        "short": "Verantwortliche",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CarePlan.activity.detail.performer.display",
        "path": "CarePlan.activity.detail.performer.display",
        "min": 1
      }
    ]
  }
}