PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@8.0.0-ballot
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan
description: The US Core CarePlan Profile inherits from the FHIR [CarePlan](https://hl7.org/fhir/R4/careplan.html) resource; refer to it for scope and usage definitions. This profile sets minimum expectations for the CarePlan resource to record,  search, and fetch assessment and plan of treatment data associated with a patient. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption.
package_name: hl7.fhir.us.core
derivation: constraint
name: USCoreCarePlanProfile
type: CarePlan
elements:
  text:
    short: Text summary of the resource, for human interpretation
    mustSupport: true
    index: 0
    elements:
      status:
        short: generated | additional
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-narrative-status'}
        mustSupport: true
        index: 1
      div: {short: Limited xhtml content, mustSupport: true, index: 2}
  status:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/request-status'}
    mustSupport: true
    index: 3
  intent:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/care-plan-intent'}
    mustSupport: true
    index: 4
  category:
    mustSupport: true
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: value}
      min: 1
      slices:
        AssessPlan:
          match:
            coding:
            - {code: assess-plan, system: 'http://hl7.org/fhir/us/core/CodeSystem/careplan-category'}
          schema:
            mustSupport: true
            _required: true
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: assess-plan, system: 'http://hl7.org/fhir/us/core/CodeSystem/careplan-category'}
            index: 6
          min: 1
          max: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 7
package_version: 8.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan
base: http://hl7.org/fhir/StructureDefinition/CarePlan
version: 8.0.0-ballot
required: [category]