PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.cda.us.ccda@3.0.0-ballot
    http://hl7.org/cda/us/ccda/StructureDefinition/AdmissionMedicationsSectionEntriesOptional
description: The section contains the medications taken by the patient prior to and at the time of admission to the facility.
package_name: rs/hl7.cda.us.ccda
derivation: constraint
name: AdmissionMedicationsSectionEntriesOptional
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.44, extension: '2015-08-01'}
          schema:
            _required: true
            index: 1
            elements:
              root:
                pattern: {type: string, value: 2.16.840.1.113883.10.20.22.2.44}
                type: string
                index: 2
              extension:
                pattern: {type: string, value: '2015-08-01'}
                type: string
                index: 3
            required: [extension, root]
            extensions: {}
  code:
    short: Medications on Admission
    index: 4
    elements:
      code:
        pattern: {type: code, value: 42346-7}
        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: act, type: profile}
      min: null
      slices:
        admissionMedication:
          match: {}
          schema:
            array: true
            index: 10
            elements:
              act: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Act', index: 11}
            required: [act]
package_version: 3.0.0-ballot
class: logical
kind: logical
url: http://hl7.org/cda/us/ccda/StructureDefinition/AdmissionMedicationsSectionEntriesOptional
base: http://hl7.org/cda/stds/core/StructureDefinition/Section
version: 3.0.0-ballot
required: [code, templateId, text, title]