PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-emed@0.1.1
    http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medication-medicationdispense
description: Definition of the medication for the medication dispense
package_name: ch.fhir.ig.ch-emed
derivation: constraint
name: CHEMEDMedicationMedicationDispense
type: Medication
elements:
  code:
    index: 0
    elements:
      coding:
        short: GTIN code that identify this medication
        index: 1
        elements:
          system:
            type: uri
            short: Global Trade Item Number (GS1)
            pattern: {type: Uri, value: 'urn:oid:2.51.1.1'}
            index: 2
          code: {index: 3}
          display: {index: 4}
        required: [display, system, code]
      text: {short: Name that identify this medication, index: 5}
    required: [text]
  form:
    short: Galenic form
    binding: {strength: required, valueSet: 'http://fhir.ch/ig/ch-emed/ValueSet/edqm-pharmaceuticaldoseform'}
    index: 6
    elements:
      coding:
        index: 7
        elements:
          system: {index: 8}
          code: {index: 9}
          display: {index: 10}
        required: [display, system, code]
    required: [coding]
  amount: {short: Package size, index: 11}
  ingredient:
    array: true
    min: 1
    index: 12
    elements:
      itemCodeableConcept:
        short: Name of active ingredient
        index: 13
        elements:
          coding:
            index: 14
            elements:
              system:
                type: uri
                pattern: {type: Uri, value: 'http://snomed.info/sct'}
                index: 15
              code: {index: 16}
              display: {index: 17}
            required: [display, system, code]
          text: {index: 18}
      strength: {short: Dose per unit, index: 19}
    required: [strength]
  batch:
    short: Details about packaged medications
    index: 20
    elements:
      lotNumber: {short: Identifier assigned to batch, index: 21}
package_version: 0.1.1
class: profile
kind: resource
url: http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medication-medicationdispense
base: http://hl7.org/fhir/StructureDefinition/Medication
version: 0.1.1
required: [form, ingredient, amount, code]