PackagesCanonicalsLogsProblems
    Packages
    ans.fhir.fr.eprescription@1.1.0-ballot
    https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medication-noncompound
description: Simple prescribed, dispensed, administered or used medication composed of one to many substances. If composed of many substance, the strengh SHALL be defined. This ressource is profiled for describing a simple medication (vs compound medication) in the presription line represented by a MedicationRequest, a MedicationDispense or a MedicationUsage (pka MedicationStatement).\r\n\nProfil de la ressource Medication décrivant un médicament simple (vs médicament composé) dans la ligne de prescription, la dispensation ou l'administration représentée par une MedicationRequest, une MedicationDispense ou une MedicationStatement. Si le médicament est composé de plusieurs substances, la concentration de chaque substance doit être définie (ingredient.strength).
package_name: ans.fhir.fr.eprescription
derivation: constraint
name: FRMedicationNonCompound
type: Medication
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        drugCharacteristic:
          match: {url: null}
          schema: {type: Extension, short: descriptive properties of the medicine, url: 'https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-drug-characteristic', index: 1}
          min: 0
  code:
    index: 2
    elements:
      coding:
        index: 3
        slicing:
          rules: open
          description: 'One slice for code from the official medication referential in France: Référentiel Unique d''Interopérabilité du Médicament (RUIM) browsable with https://smt.esante.gouv.fr/explorer-les-concepts/terminologie-ref_interop_med/ and downloadable through https://smt.esante.gouv.fr/catalogue-des-terminologies/'
          discriminator:
          - {path: coding.system, type: pattern}
          min: 1
          slices:
            nonCompoundCode:
              match:
                coding: {system: null}
              schema:
                short: Codes that identify this simple medication
                mustSupport: true
                _required: true
                binding: {strength: required, valueSet: 'https://interop.esante.gouv.fr/ig/fhir/eprescription/ValueSet/fr-medication-code'}
                index: 4
              min: 1
              max: 1
      text: {index: 5}
    required: [coding]
  form:
    binding: {strength: extensible, valueSet: 'https://interop.esante.gouv.fr/ig/fhir/eprescription/ValueSet/fr-mp-dose-form'}
    index: 6
  amount: {index: 7}
  ingredient:
    index: 8
    elements:
      item:
        short: Substance
        choices: [itemCodeableConcept]
        index: 10
      itemCodeableConcept: {type: CodeableConcept, short: Substance, choiceOf: item, index: 11}
      strength: {type: Ratio, index: 12}
  batch: {index: 13}
package_version: 1.1.0-ballot
extensions:
  drugCharacteristic: {url: 'https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-drug-characteristic', min: 0, type: Extension, short: descriptive properties of the medicine, index: 1}
class: profile
kind: resource
url: https://interop.esante.gouv.fr/ig/fhir/eprescription/StructureDefinition/fr-medication-noncompound
base: http://hl7.org/fhir/StructureDefinition/Medication
version: 1.1.0-ballot
required: [code]