PackagesCanonicalsLogsProblems
    Packages
    ans.fhir.fr.eprescription@1.1.0-ballot
    https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medication-compound
description: A complex medication composed of two to many simple medication. The simple medications component are described in as many ingredient.itemReference referencing a Medication resource profiled fr-medication-non-compound.\r\n\nProfil de la ressource Medication décrivant un médicament composé de deux à plusieurs médicaments simples. Les composants médicaments simples sont décrits dans autant d'éléments ingredient.itemReference référencant une ressource Medication profilée fr-medication-non-compound.
package_name: ans.fhir.fr.eprescription
derivation: constraint
name: FrMedicationCompound
type: Medication
elements:
  form:
    binding: {strength: extensible, valueSet: 'https://interop.esante.gouv.fr/ig/fhir/eprescription/ValueSet/fr-mp-dose-form'}
    index: 0
  ingredient:
    short: Medication component of compound medication
    index: 1
    extensions:
      IsVehicle: {url: 'https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-is-vehicle', min: 0, max: 1, type: Extension, index: 3}
    elements:
      extension:
        index: 2
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            IsVehicle:
              match: {url: null}
              schema: {type: Extension, url: 'https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-is-vehicle', index: 3}
              min: 0
              max: 1
      item:
        short: The actual compound
        choices: []
        index: 5
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: $this, type: type}
          min: null
          slices:
            itemReference:
              match: {}
              schema:
                choices: [itemReference]
                index: 7
              min: 0
              max: 1
      itemReference:
        type: Reference
        choiceOf: item
        refers: ['https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medication-noncompound']
        index: 8
        slicing:
          slices:
            itemReference:
              match: {}
              schema:
                type: Reference
                choiceOf: item
                refers: ['https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medication-noncompound']
                index: 8
              min: 0
              max: 1
  batch: {index: 9}
package_version: 1.1.0-ballot
class: profile
kind: resource
url: https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medication-compound
base: http://hl7.org/fhir/StructureDefinition/Medication
version: 1.1.0-ballot
required: [ingredient]