PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.medication@1.1.1
    https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedicationDispense
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: https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedicationDispense
elements:
  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: 3
  dispenseDate: {type: dateTime, short: The date (or date+time) when the dispense ocurred, index: 9}
  dispenser:
    type: BackboneElement
    short: The dispenser, if known and relevant
    index: 6
    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: 7
      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: 8
  statusReason:
    type: CodeableConcept
    short: The reason why the dispense was not performed, if it was not performed
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/medicationdispense-status-reason'}
    index: 5
  note: {type: Annotation, short: 'Additional information about the dispense - this can be relevant history, any remarks by the patient or professional, etc.', array: true, index: 18}
  recordedDate: {type: dateTime, short: The date (or date+time) when the dispense was recorded, index: 1}
  status:
    type: code
    short: The status of the dispense record
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/medicationdispense-status'}
    index: 4
  prescription:
    type: BackboneElement
    short: Information about a prescription related to the dispense
    index: 10
    elements:
      isPrescribed: {type: boolean, short: Whether this dispense was performed against a prescription, index: 11}
      prescription: {type: Reference, short: The prescription identification, index: 12}
  identifier: {type: Identifier, short: The business identifier(s) for the medication dispense record, array: true, index: 0}
  basedOnMedicationLine:
    type: Reference
    short: The medication line that this dispense is related to
    refers: ['https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedicationLine']
    index: 2
  dispensedItem:
    type: BackboneElement
    short: Each product that was dispensed
    index: 13
    elements:
      product: {type: CodeableConcept, short: The product that was dispensed - coded or not (e.g. for magistral preparations), index: 14}
      quantityDispensed: {type: Quantity, short: The amount of product that was dispensed, index: 15}
      dosage: {type: Dosage, short: The structured dosage or text instructions for use, array: true, index: 16}
      offLabel: {type: CodeableConcept, short: Text or coded reason for different dosage, index: 17}
    required: [product]
package_version: 1.1.1
class: logical
kind: logical
url: https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedicationDispense
base: http://hl7.org/fhir/StructureDefinition/Base
version: 1.1.1
required: [dispenseDate, dispensedItem, status, patient]