PackagesCanonicalsLogsProblems
    Packages
    hl7.cda.us.ccda@4.0.0
    http://hl7.org/cda/us/ccda/StructureDefinition/ProcedureDescriptionSection
description: The Procedure Description section records the particulars of the procedure and may include procedure site preparation, surgical site preparation, pertinent details related to sedation/anesthesia, pertinent details related to measurements and markings, procedure times, medications administered, estimated blood loss, specimens removed, implants, instrumentation, sponge counts, tissue manipulation, wound closure, sutures used, vital signs and other monitoring data. Local practice often identifies the level and type of detail required based on the procedure or specialty.
package_name: hl7.cda.us.ccda
derivation: constraint
name: ProcedureDescriptionSection
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.22.2.27}
          schema:
            _required: true
            index: 1
            elements:
              root:
                pattern: {type: String, value: 2.16.840.1.113883.10.20.22.2.27}
                index: 2
              extension: {index: 3}
            required: [root]
            extensions: {}
  code:
    short: Procedure Narrative
    index: 4
    elements:
      code:
        pattern: {type: Code, value: 29554-3}
        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}
package_version: 4.0.0
class: logical
kind: logical
url: http://hl7.org/cda/us/ccda/StructureDefinition/ProcedureDescriptionSection
base: http://hl7.org/cda/stds/core/StructureDefinition/Section
version: 4.0.0
required: [text, title, templateId, code]