PackagesCanonicalsLogsProblems
    Packages
    hl7.cda.us.ccda@4.0.0
    http://hl7.org/cda/us/ccda/StructureDefinition/DrugVehicle
description: This template represents the vehicle (e.g., saline, dextrose) for administering a medication.
package_name: hl7.cda.us.ccda
derivation: constraint
name: DrugVehicle
type: http://hl7.org/cda/stds/core/StructureDefinition/ParticipantRole
elements:
  templateId:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: root, type: value}
      min: 1
      slices:
        drug-vehicle:
          match: {root: 2.16.840.1.113883.10.20.22.4.24}
          schema:
            _required: true
            index: 1
            elements:
              root:
                pattern: {type: string, value: 2.16.840.1.113883.10.20.22.4.24}
                type: string
                index: 2
              extension: {index: 3}
            required: [root]
            extensions: {}
  classCode:
    pattern: {type: code, value: MANU}
    type: code
    index: 4
  code:
    index: 5
    elements:
      code:
        pattern: {type: code, value: '412307009'}
        type: code
        index: 6
      codeSystem:
        pattern: {type: string, value: 2.16.840.1.113883.6.96}
        type: string
        index: 7
    required: [code, codeSystem]
  playingEntity:
    index: 8
    elements:
      code: {short: This playingEntity/code is used to supply a coded term for the drug vehicle., index: 9}
      name: {short: 'This playingEntity/name MAY be used for the vehicle name in text, such as Normal Saline (CONF:81-10087).', index: 10}
    required: [code]
package_version: 4.0.0
class: logical
kind: logical
url: http://hl7.org/cda/us/ccda/StructureDefinition/DrugVehicle
base: http://hl7.org/cda/stds/core/StructureDefinition/ParticipantRole
version: 4.0.0
required: [classCode, code, playingEntity, templateId]