PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@6.1.0-snapshot1
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan
description: This profile sets minimum expectations for the CarePlan resource to record, search, and fetch assessment and plan of treatment data associated with a patient to promote interoperability and adoption through common implementation. It identifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains the way the elements are used when using the profile. It provides the floor for standards development for specific use cases.
package_name: hl7.fhir.us.core
derivation: constraint
name: USCoreCarePlanProfile
type: CarePlan
elements:
  text:
    short: (USCDI) Text summary of the resource, for human interpretation
    mustSupport: true
    index: 0
    elements:
      status:
        short: (USCDI) generated | extensions | additional | empty
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-narrative-status'}
        mustSupport: true
        index: 1
      div: {short: (USCDI) Limited xhtml content, mustSupport: true, index: 2}
  status:
    short: (USCDI) draft | active | on-hold | revoked | completed | entered-in-error | unknown
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/request-status'}
    mustSupport: true
    index: 3
  intent:
    short: (USCDI) proposal | plan | order | option
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/care-plan-intent'}
    mustSupport: true
    index: 4
  category:
    short: (USCDI) Type of plan
    mustSupport: true
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        AssessPlan:
          match:
            coding:
            - {code: assess-plan, system: 'http://hl7.org/fhir/us/core/CodeSystem/careplan-category'}
          schema:
            short: (USCDI) Type of plan
            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:
    short: (USCDI) Who the care plan is for
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    type: Reference
    mustSupport: true
    index: 7
package_version: 6.1.0-snapshot1
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan
base: http://hl7.org/fhir/StructureDefinition/CarePlan
version: 6.1.0-snapshot1
required: [category]