PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.medication@1.1.1
    https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedication
description: Logical data model for medication.
package_name: hl7.fhir.be.medication
derivation: specialization
name: BeModelMedication
type: https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedication
elements:
  status: {type: CodeableConcept, short: 'Status of the medication (active, inactive, etc.)', index: 0}
  code: {type: CodeableConcept, short: 'Code for the medication that is actually being specified. This can be a product code, a virtual product code, or a package code.', index: 1}
  doseForm: {type: CodeableConcept, short: Dose form(s) on a product level. Dose form for a single package item is defined below., index: 2}
  item:
    type: BackboneElement
    short: A medication item. For combination packs, this can be manufactured items with each item having its own dose form and ingredients+strengths defined
    array: true
    index: 3
    elements:
      ingredient:
        type: BackboneElement
        short: Ingredients
        array: true
        min: 1
        index: 4
        elements:
          item: {type: CodeableConcept, short: Substance or product that is ingredient, index: 5}
          role: {type: CodeableConcept, short: 'Role (active ingredient, excipient). Typically excipients are not needed, so by default active ingredients are expected.', index: 6}
          strength: {type: Ratio, short: Concentration or presentation strength of the precise active ingredient, index: 7}
        required: [item]
      amount: {type: Quantity, short: Number of such manufactured items in this product (5 vials), index: 8}
    required: [ingredient]
  batch:
    type: BackboneElement
    short: Batch or production information for the product
    index: 9
    elements:
      lotNumber: {type: string, short: Batch number, index: 10}
      expirationDate: {type: dateTime, short: Expiry date, index: 11}
package_version: 1.1.1
class: logical
kind: logical
url: https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedication
base: http://hl7.org/fhir/StructureDefinition/Base
version: 1.1.1
required: [status, code]