PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.be.medication@1.1.1
    https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedicationPrescription
description: Logical model for medication prescription (or some other form of order)
package_name: hl7.fhir.be.medication
derivation: specialization
name: BeModelMedicationPrescription
type: https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedicationPrescription
elements:
  patient: {type: Reference, short: The person for whom the medication is prescribed/ordered, index: 3}
  validFrom: {type: dateTime, short: Effective date of the prescription. The prescription is not dispensable before this date. In most cases this information repeats issueDate, index: 20}
  substitution:
    type: BackboneElement
    short: Whether substitution is allowed, and reason
    index: 17
    elements:
      substitutionAllowed: {type: boolean, short: Substitution of the product is allowed., index: 18}
    required: [substitutionAllowed]
  dosage: {type: 'https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelDosagingInformation', short: Dosaging and administration instructions, array: true, index: 13}
  indication:
    type: BackboneElement
    short: Reason for the prescription (typically diagnosis, or a procedure)
    array: true
    index: 10
    elements:
      reference: {type: Reference, short: 'Reason for the prescription (typically diagnosis, or a procedure)', array: true, index: 11}
      code: {type: CodeableConcept, short: 'Reason or text for the prescription (typically diagnosis, or a procedure)', array: true, index: 12}
  dispenseRequest:
    type: BackboneElement
    short: Dispense Request or authorization for the prescribed medication
    index: 22
    elements:
      dispenseInterval: {type: Duration, short: Minimum period of time between dispenses, index: 23}
      quantityPerDispense: {type: Quantity, short: Amount of medication to supply per dispense, index: 24}
  statusReason: {type: CodeableConcept, short: 'Reason for the current status of prescription, for example the reason why the prescription was made invalid', index: 5}
  organization:
    type: Reference
    short: The organization from which the prescriber issues the prescription.
    refers: ['https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization']
    index: 9
  validUntil: {type: dateTime, short: The validity period end date. The prescription is not dispensable after this date., index: 21}
  note: {type: string, short: Additional information or comments, array: true, index: 25}
  statusChanged: {type: dateTime, short: Date and time when the status of the prescription was changed, index: 6}
  recordedDate: {type: dateTime, short: Time of authoring the prescription/draft in the information system, index: 1}
  status:
    type: CodeableConcept
    short: Status of the prescription, this should not be status of treatment
    binding: {strength: required, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/BeMedicationPrescriptionStatusVS'}
    index: 4
  offLabel:
    type: boolean
    short: Off-Label / Dosage Override
    index: 14
    elements:
      isOffLabelUse: {type: boolean, short: Off-Label / Dosage Override, index: 15}
      reason: {type: CodeableConcept, short: Dosage Override reason, index: 16}
    required: [reason]
  identifier: {type: Extension, short: Business identifier(s) for the prescription, url: 'http://hl7.org/fhir/StructureDefinition/elementdefinition-identifier|5.2.0', index: 0}
  basedOnMedicationLine:
    type: Reference
    short: Link to the Medication Line from which this request is based
    refers: ['https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedicationLine']
    index: 2
  prescriber:
    type: Reference
    short: The person who made the prescription, and who takes the responsibility of the treatment
    refers: ['http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    index: 8
  instructionForReimbursement:
    type: CodeableConcept
    short: Instructions for reimbursement
    binding: {strength: extensible, valueSet: 'https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/BeMedicationRequestReimbursementTypeVS'}
    index: 19
  medication:
    type: Reference
    short: Prescribed product, branded, generic, virtual, extemporaneous, etc
    refers: ['https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedication']
    index: 7
package_version: 1.1.1
class: logical
kind: logical
url: https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/BeModelMedicationPrescription
base: http://hl7.org/fhir/StructureDefinition/Base
version: 1.1.1
required: [validFrom, status, recordedDate, medication, patient, prescriber]