{
  "resourceType": "StructureDefinition",
  "id": "shr-careplan-CarePlan",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR CarePlan Profile</b></p>\n  <p>Describes how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.</p>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.careplan.CarePlan maps to Basic:\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-careplan-CarePlan",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.careplan.CarePlan"
    }
  ],
  "version": "0.0.1",
  "name": "SHR CarePlan Profile",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "Describes how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.",
  "purpose": "Need some way to safely (without breaking interoperability) allow implementers to exchange content not supported by the initial set of declared resources.",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Basic",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Basic",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Basic:shr-careplan-CarePlan",
        "path": "Basic",
        "short": "SHR CarePlan Profile",
        "definition": "Describes how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions."
      },
      {
        "id": "Basic:shr-careplan-CarePlan.extension:title",
        "path": "Basic.extension",
        "sliceName": "title",
        "definition": "A distinguishing word or group of words naming an item.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Title-extension"
          }
        ]
      },
      {
        "id": "Basic:shr-careplan-CarePlan.extension:details",
        "path": "Basic.extension",
        "sliceName": "details",
        "definition": "An text note containing additional details, explanation, description, comment, or summarization. Details can discuss, support, explain changes to, or dispute information.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Details-extension"
          }
        ]
      },
      {
        "id": "Basic:shr-careplan-CarePlan.extension:status",
        "path": "Basic.extension",
        "sliceName": "status",
        "definition": "Position in workflow.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-action-Status-extension"
          }
        ]
      },
      {
        "id": "Basic:shr-careplan-CarePlan.extension:status.value[x]",
        "path": "Basic.extension.value[x]",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/care-plan-status"
          }
        }
      },
      {
        "id": "Basic:shr-careplan-CarePlan.extension:category",
        "path": "Basic.extension",
        "sliceName": "category",
        "definition": "A class or division of people or things having particular shared characteristics",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Category-extension"
          }
        ]
      },
      {
        "id": "Basic:shr-careplan-CarePlan.extension:category.valueCodeableConcept",
        "path": "Basic.extension.valueCodeableConcept",
        "binding": {
          "strength": "extensible",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/care-plan-category"
          }
        }
      },
      {
        "id": "Basic:shr-careplan-CarePlan.extension:goal",
        "path": "Basic.extension",
        "sliceName": "goal",
        "definition": "A broad statement about what should be accomplished for or by a patient or other subject. It represents the intended long-term outcome toward which an individual or a group aspires, and toward which, effort is directed, in the form of activities.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-careplan-Goal-extension"
          }
        ]
      },
      {
        "id": "Basic:shr-careplan-CarePlan.code",
        "path": "Basic.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://standardhealthrecord.org/fhir/basic-resource-type",
              "code": "shr-careplan-CarePlan"
            }
          ]
        }
      }
    ]
  }
}