PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.medication@1.0.0
    https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/be-model-medication-dispense
description: This is the logical model for the Dispense Record entry - the information that can be captured upon the act of dispensing - in a hospital pharmacy, or a community pharmacy. This is not for a future dispense, rather a record of an actual dispense.
package_name: hl7.fhir.be.medication
derivation: specialization
name: BeModelMedicationDispense
type: BeModelMedicationDispense
elements:
  identifier: {type: Identifier, short: The business identifier(s) for the medication dispense session, index: 0}
  patient:
    type: Reference
    short: The person for which the medication is dispensed.
    refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-patient']
    index: 1
  dispenser:
    type: Reference
    short: The dispenser, if known and relevant
    index: 2
    elements:
      dispenser:
        type: Reference
        short: Reference to person that performed the recording or reporting
        refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-practitioner']
        index: 3
      organization:
        type: Reference
        short: Reference to person that performed the recording or reporting
        refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization']
        index: 4
    required: [organization, dispenser]
  dispenseDate: {type: dateTime, short: The date when the dispense ocurred, index: 5}
  prescription:
    type: BackboneElement
    short: The information about a prescription related to the dispense
    index: 6
    elements:
      isPrescribed: {type: boolean, short: Whether this dispense was performed against a prescription, index: 7}
      prescription: {type: Reference, short: The prescription identification, index: 8}
  dispensedItem:
    type: BackboneElement
    short: Each product that was dispensed
    array: true
    index: 9
    elements:
      product: {type: Reference, short: The product that was dispensed - coded or not (e.g. for magistral preparations), index: 10}
      quantityDispensed: {type: Quantity, short: The amound of product that was dispensed, index: 11}
      dosageInstructions: {type: Dosage, short: The instructions for use, index: 12}
      note: {type: Annotation, short: Additional information about the dispensed item, array: true, index: 13}
  note: {type: Annotation, short: Additional information about the dispense, array: true, index: 14}
package_version: 1.0.0
class: logical
kind: logical
url: https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/be-model-medication-dispense
base: http://hl7.org/fhir/StructureDefinition/Element
version: 1.0.0
required: [dispenseDate, patient]