PackagesCanonicalsLogsProblems
    Packages
    hl7.cda.us.ccda@3.0.0-ballot
    http://hl7.org/cda/us/ccda/StructureDefinition/ActivitiesSection
description: This template represents Activities. Activities are actions taken to maximize the prospects of the goals of care for the patient, including the removal of barriers to success. Activities can be planned, ordered, historical, etc.\n\nActivities include actions that may be ongoing (e.g., maintenance medications that the patient is taking, or monitoring the patient's health status or the status of an intervention). \n\nInstructions are nested within interventions and may include self-care instructions. Instructions are information or directions to the patient and other providers including how to care for the individual's condition, what to do at home, when to call for help, any additional appointments, testing, and changes to the medication list or medication instructions, clinical guidelines and a summary of best practice.\n\nInstructions are information or directions to the patient. Use the Instructions Section when instructions are included as part of a document that is not a Care Plan. Use the Activities Section, containing the Intervention Act containing the Instruction entry, when instructions are part of a structured care plan.
package_name: hl7.cda.us.ccda
derivation: constraint
name: ActivitiesSection
type: http://hl7.org/cda/stds/core/StructureDefinition/Section
elements:
  templateId:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: root, type: value}
      - {path: extension, type: value}
      min: 1
      slices:
        section:
          match: {root: 2.16.840.1.113883.10.20.21.2.3, extension: '2015-08-01'}
          schema:
            _required: true
            index: 1
            elements:
              root:
                pattern: {type: String, value: 2.16.840.1.113883.10.20.21.2.3}
                index: 2
              extension:
                pattern: {type: String, value: '2015-08-01'}
                index: 3
            required: [root, extension]
            extensions: {}
  code:
    short: Interventions Provided
    index: 4
    elements:
      code:
        pattern: {type: Code, value: 62387-6}
        index: 5
      codeSystem:
        pattern: {type: String, value: 2.16.840.1.113883.6.1}
        index: 6
    required: [codeSystem, code]
  title: {index: 7}
  text: {index: 8}
  entry:
    index: 9
    slicing:
      rules: open
      discriminator:
      - {path: act, type: profile}
      min: null
      slices:
        intervention:
          match: {}
          schema:
            array: true
            index: 10
            elements:
              act: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Act', index: 11}
        plannedIntervention:
          match: {}
          schema:
            array: true
            index: 12
            elements:
              act: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Act', index: 13}
            required: [act]
        handoffCommParticipants:
          match: {}
          schema:
            array: true
            index: 14
            elements:
              act: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Act', index: 15}
            required: [act]
package_version: 3.0.0-ballot
class: logical
kind: logical
url: http://hl7.org/cda/us/ccda/StructureDefinition/ActivitiesSection
base: http://hl7.org/cda/stds/core/StructureDefinition/Section
version: 3.0.0-ballot
required: [text, title, templateId, code]