PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.cda.us.ccda@4.0.0
    http://hl7.org/cda/us/ccda/StructureDefinition/AssessmentandPlanSection
description: 'This section represents the clinician''s conclusions and working assumptions that will guide treatment of the patient. The Assessment and Plan Section may be combined or separated to meet local policy requirements.\n\nWhen this section.text contains extra information not contained in the discrete entries, it is helpful to wrap the text of this section in a Note Activity to support ingestion.\n\nSee also the Assessment Section: templateId 2.16.840.1.113883.10.20.22.2.8 and Plan of Treatment Section: templateId 2.16.840.1.113883.10.20.22.2.10:2014-06-09\n\n#### Templates Used\nAlthough open templates may contain any valid CDA content, the following templates are specifically called out by this template:\n\n**Optional Entries**: [NoteActivity](StructureDefinition-NoteActivity.html), [PlannedProcedure](StructureDefinition-PlannedProcedure.html)'
package_name: rs/hl7.cda.us.ccda
derivation: constraint
name: AssessmentandPlanSection
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.22.2.9, extension: '2014-06-09'}
          schema:
            _required: true
            index: 1
            elements:
              root:
                pattern: {type: string, value: 2.16.840.1.113883.10.20.22.2.9}
                type: string
                index: 2
              extension:
                pattern: {type: string, value: '2014-06-09'}
                type: string
                index: 3
            required: [extension, root]
            extensions: {}
  code:
    short: Evaluation + Plan note
    index: 4
    elements:
      code:
        pattern: {type: code, value: 51847-2}
        type: code
        index: 5
      codeSystem:
        pattern: {type: string, value: 2.16.840.1.113883.6.1}
        type: string
        index: 6
    required: [code, codeSystem]
  title: {index: 7}
  text: {index: 8}
  entry:
    index: 9
    slicing:
      rules: open
      discriminator:
      - {path: procedure, type: profile}
      - {path: act, type: profile}
      min: null
      slices:
        plannedProcedure:
          match: {}
          schema:
            array: true
            index: 10
            elements:
              procedure: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Procedure', index: 11}
            required: [procedure]
        notes:
          match: {}
          schema:
            array: true
            index: 12
            elements:
              act: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Act', index: 13}
            required: [act]
package_version: 4.0.0
class: logical
kind: logical
url: http://hl7.org/cda/us/ccda/StructureDefinition/AssessmentandPlanSection
base: http://hl7.org/cda/stds/core/StructureDefinition/Section
version: 4.0.0
required: [code, templateId, text, title]