PackagesCanonicalsLogsProblems
    Packages
    hl7.cda.us.ccda@4.0.0-ballot
    http://hl7.org/cda/us/ccda/StructureDefinition/SurgicalDrainsSection
description: The Surgical Drains Section may be used to record drains placed during the surgical procedure. Optionally, surgical drain placement may be represented with a text element in the Procedure Description Section.
package_name: hl7.cda.us.ccda
derivation: constraint
name: SurgicalDrainsSection
type: http://hl7.org/cda/stds/core/StructureDefinition/Section
elements:
  templateId:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: root, type: value}
      min: 1
      slices:
        section:
          match: {root: 2.16.840.1.113883.10.20.7.13}
          schema:
            _required: true
            index: 1
            elements:
              root:
                pattern: {type: String, value: 2.16.840.1.113883.10.20.7.13}
                index: 2
              extension: {index: 3}
            required: [root]
            extensions: {}
  code:
    short: Surgical drains Narrative
    index: 4
    elements:
      code:
        pattern: {type: Code, value: 11537-8}
        index: 5
      codeSystem:
        pattern: {type: String, value: 2.16.840.1.113883.6.1}
        index: 6
    required: [codeSystem, code]
  title: {index: 7}
  text: {short: 'There SHALL be a statement providing details of the drains placed or SHALL explicitly state there were no drains placed (CONF:81-8056).', index: 8}
package_version: 4.0.0-ballot
class: logical
kind: logical
url: http://hl7.org/cda/us/ccda/StructureDefinition/SurgicalDrainsSection
base: http://hl7.org/cda/stds/core/StructureDefinition/Section
version: 4.0.0-ballot
required: [text, title, templateId, code]