{
  "resourceType": "StructureDefinition",
  "url": "http://apiframework.dedalus.eu/fhir/StructureDefinition/CarePlan",
  "name": "CarePlan",
  "title": "API Framework CarePlan",
  "status": "active",
  "experimental": false,
  "date": "2019-12-19",
  "description": "Dedalus API Framework core profile for CarePlan",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "CarePlan",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CarePlan",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CarePlan.meta",
        "path": "CarePlan.meta",
        "type": [
          {
            "code": "Meta",
            "profile": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Meta-ForCommonConformance"
          }
        ]
      },
      {
        "id": "CarePlan.text",
        "path": "CarePlan.text",
        "mustSupport": true
      },
      {
        "id": "CarePlan.definition",
        "path": "CarePlan.definition",
        "mustSupport": true
      },
      {
        "id": "CarePlan.basedOn",
        "path": "CarePlan.basedOn",
        "mustSupport": true
      },
      {
        "id": "CarePlan.partOf",
        "path": "CarePlan.partOf",
        "mustSupport": false
      },
      {
        "id": "CarePlan.status",
        "path": "CarePlan.status",
        "mustSupport": true
      },
      {
        "id": "CarePlan.intent",
        "path": "CarePlan.intent",
        "mustSupport": true
      },
      {
        "id": "CarePlan.category",
        "path": "CarePlan.category",
        "mustSupport": true
      },
      {
        "id": "CarePlan.title",
        "path": "CarePlan.title",
        "mustSupport": true
      },
      {
        "id": "CarePlan.description",
        "path": "CarePlan.description",
        "mustSupport": true
      },
      {
        "id": "CarePlan.subject",
        "path": "CarePlan.subject",
        "mustSupport": true
      },
      {
        "id": "CarePlan.activity",
        "path": "CarePlan.activity",
        "mustSupport": true
      }
    ]
  }
}