PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-emed@2.0.0
    http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medication
description: Definition of the medication
package_name: ch.fhir.ig.ch-emed
derivation: constraint
name: CHEMEDMedication
type: Medication
elements:
  code:
    index: 0
    elements:
      coding:
        short: Code of the medication (GTIN)
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            GTIN:
              match: {system: 'urn:oid:2.51.1.1'}
              schema:
                index: 2
                elements:
                  system:
                    short: Global Trade Item Number (GS1)
                    pattern: {type: Uri, value: 'urn:oid:2.51.1.1'}
                    index: 3
                  code: {index: 4}
                  display: {index: 5}
                required: [display, system, code]
      text: {short: Medication name, mustSupport: true, index: 6}
    required: [text]
  form:
    short: Galenic form
    binding: {strength: required, valueSet: 'http://fhir.ch/ig/ch-emed/ValueSet/edqm-pharmaceuticaldoseform'}
    index: 7
    elements:
      coding:
        mustSupport: true
        index: 8
        elements:
          system: {index: 9}
          code: {index: 10}
          display: {index: 11}
        required: [display, system, code]
    required: [coding]
  amount: {type: Ratio, short: Package size, index: 12}
  ingredient:
    index: 13
    elements:
      itemCodeableConcept:
        index: 14
        elements:
          coding:
            short: Ingredients coded with SNOMED CT
            binding: {strength: extensible, valueSet: 'http://fhir.ch/ig/ch-emed/ValueSet/ActivePharmaceuticalIngredient'}
            index: 15
          text: {short: Ingredient name, mustSupport: true, index: 16}
        required: [text]
      strength: {type: Ratio, short: Dose per unit, mustSupport: true, index: 17}
package_version: 2.0.0
class: profile
kind: resource
url: http://fhir.ch/ig/ch-emed/StructureDefinition/ch-emed-medication
base: http://hl7.org/fhir/StructureDefinition/Medication
version: 2.0.0