Pharmacy
Class MailOrderDispense

This class contains information about the provision of a medication to a patient or care provider under the authority of the owning Pharmacy Promise in an mail-order setting. This class adds shipping information to the properties defined in the parent Outpatient Medication Dispense class.

Attributes
String carrier carrier

A carrier is “an individual or company, as a railroad or steamship line, engaged in transporting passengers or goods for profit” (dictionary.com). This property identifies the shipping organization that took custody of the medication in order to deliver it to the patient. This property is currently modeled as a string although it is conceivable that it could be modeled as a code or an id if one wanted to have a controlled list of carriers. Since such a list is not readily available, and because there are many smaller carriers, we chose to leave this as a string.

«TS» PointInTime dateTimeMailed dateTimeMailed

The date and time that a shipping organization (e.g., US Postal Service, Federal Express) took custody of the medication from the Pharmacy in order to deliver it to the patient. This date/time effectively becomes the dispense date/time as this is when the medication leaves the control of the Pharmacy.

«TS» PointInTime dateTimeReceived dateTimeReceived

The date and time that the shipping organization delivered the medication to the patient, as reported by the shipping organization. This property is optional, as not all deliveries require delivery confirmation.

String trackingId trackingId

An identifier issued by the shipping organization used to determine the shipment as it progresses through the various steps of the delivery process. It is used primarily for the patient or mail order pharmacy to inquire on the status of the delivery.

Attributes inherited from FHIM::Pharmacy::OutpatientMedicationDispense FHIM::Pharmacy::OutpatientMedicationDispense
deliveryModality deliveryModality, paymentType paymentType, salesTransactionId salesTransactionId, salesTransactionTime salesTransactionTime, wasPatientCounseled wasPatientCounseled, couponRedemption couponRedemption, patientEducationPerformed patientEducationPerformed

Attributes inherited from FHIM::Pharmacy::PharmacyDispense FHIM::Pharmacy::PharmacyDispense
actualStrength actualStrength, dateTimeDispensed dateTimeDispensed, dateTimeFilled dateTimeFilled, daysSupply daysSupply, detectedIssue detectedIssue, dispensedDrug dispensedDrug, dispenseCategory dispenseCategory, dispenseMethod dispenseMethod, dispenseNotes dispenseNotes, dispenser dispenser, dispenseRecipient dispenseRecipient, dispenseToLocation dispenseToLocation, dispensingDevice dispensingDevice, dispensingInstructions dispensingInstructions, filler filler, fillSequenceNumber fillSequenceNumber, isCompound isCompound, kind kind, needsHumanReview needsHumanReview, partialFill partialFill, patientInstructions patientInstructions, pharmacist pharmacist, pharmacy pharmacy, pharmacyPromise pharmacyPromise, productSelectionCode productSelectionCode, reasonNotPerformed reasonNotPerformed, quantityDispensed quantityDispensed, specialPackaging specialPackaging, substitutionCode substitutionCode, wasSubstituted wasSubstituted

Attributes inherited from FHIM::Common::ActionPerformed FHIM::Common::ActionPerformed
basedOn basedOn, bodySite bodySite, complication complication, complicationDetail complicationDetail, duration duration, enactsPlan enactsPlan, focalDevice focalDevice, followUp followUp, fulfillsOrder fulfillsOrder, fulfillsPromise fulfillsPromise, nonCompletionTimeframe nonCompletionTimeframe, outcome outcome, partOf partOf, performancePeriod performancePeriod, performer performer, procedureModifier procedureModifier, report report, researchStudy researchStudy, status status, statusReason statusReason, timesPerformed timesPerformed, topicCode topicCode, usedCode usedCode, usedReference usedReference, wasCompleted wasCompleted

Attributes inherited from FHIM::Common::ActionStatement FHIM::Common::ActionStatement
category category, currentStatus currentStatus, description description, indication indication, inputFinding inputFinding, instantiatesCanonical instantiatesCanonical, instantiatesUri instantiatesUri, insurance insurance, intent intent, justification justification, location location, method method, outputFinding outputFinding, precondition precondition, reasonCode reasonCode, reasonNarrative reasonNarrative, reasonReference reasonReference, relevantHistory relevantHistory, scope scope, supportingInformation supportingInformation, usingDevice usingDevice, wasReported wasReported

Attributes inherited from FHIM::Common::ClinicalStatement FHIM::Common::ClinicalStatement
clinicalDataSource clinicalDataSource, contentVersion contentVersion, contextCode contextCode, encounter encounter, note note, recordStatus recordStatus, relatedClinicalInformation relatedClinicalInformation, sourceRecordType sourceRecordType, sourceSystem sourceSystem, subjectGroup subjectGroup, subjectOfInformation subjectOfInformation, subjectOfRecord subjectOfRecord, temporalContext temporalContext, topicCode topicCode, cosigned cosigned, recorded recorded, signed signed, verified verified

Attributes inherited from FHIM::Common::InformationEntry FHIM::Common::InformationEntry
identifier identifier

Properties:

Alias
Classifier Behavior
Is Abstractfalse
Is Activefalse
Is Leaffalse
Keywords
NameMailOrderDispense
Name Expression
NamespacePharmacy
Owned Template Signature
OwnerPharmacy
Owning Template Parameter
PackagePharmacy
Qualified NameFHIM::Pharmacy::MailOrderDispense
Representation
Stereotype
Template Parameter
VisibilityPublic

Attribute Details

 carrier
Public String carrier

A carrier is “an individual or company, as a railroad or steamship line, engaged in transporting passengers or goods for profit” (dictionary.com). This property identifies the shipping organization that took custody of the medication in order to deliver it to the patient. This property is currently modeled as a string although it is conceivable that it could be modeled as a code or an id if one wanted to have a controlled list of carriers. Since such a list is not readily available, and because there are many smaller carriers, we chose to leave this as a string.

Constraints:
Properties:

AggregationNone
Alias
Association
Association End
ClassMailOrderDispense
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower0
Lower Value(0)
Multiplicity0..1
Namecarrier
Name Expression
NamespaceMailOrderDispense
Opposite
OwnerMailOrderDispense
Owning Association
Owning Template Parameter
Qualified NameFHIM::Pharmacy::MailOrderDispense::carrier
Stereotype
Template Parameter
TypeString
Upper1
Upper Value(1)
VisibilityPublic


 dateTimeMailed
Public «TS» PointInTime dateTimeMailed

The date and time that a shipping organization (e.g., US Postal Service, Federal Express) took custody of the medication from the Pharmacy in order to deliver it to the patient. This date/time effectively becomes the dispense date/time as this is when the medication leaves the control of the Pharmacy.

Constraints:
Properties:

AggregationNone
Alias
Association
Association End
ClassMailOrderDispense
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower1
Lower Value(1)
Multiplicity1
NamedateTimeMailed
Name Expression
NamespaceMailOrderDispense
Opposite
OwnerMailOrderDispense
Owning Association
Owning Template Parameter
Qualified NameFHIM::Pharmacy::MailOrderDispense::dateTimeMailed
Stereotype
Template Parameter
Type«TS» PointInTime
Upper1
Upper Value(1)
VisibilityPublic


 dateTimeReceived
Public «TS» PointInTime dateTimeReceived

The date and time that the shipping organization delivered the medication to the patient, as reported by the shipping organization. This property is optional, as not all deliveries require delivery confirmation.

Constraints:
Properties:

AggregationNone
Alias
Association
Association End
ClassMailOrderDispense
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower0
Lower Value(0)
Multiplicity0..1
NamedateTimeReceived
Name Expression
NamespaceMailOrderDispense
Opposite
OwnerMailOrderDispense
Owning Association
Owning Template Parameter
Qualified NameFHIM::Pharmacy::MailOrderDispense::dateTimeReceived
Stereotype
Template Parameter
Type«TS» PointInTime
Upper1
Upper Value(1)
VisibilityPublic


 trackingId
Public String trackingId

An identifier issued by the shipping organization used to determine the shipment as it progresses through the various steps of the delivery process. It is used primarily for the patient or mail order pharmacy to inquire on the status of the delivery.

Constraints:
Properties:

AggregationNone
Alias
Association
Association End
ClassMailOrderDispense
Datatype
Default
Default Value
Is Compositefalse
Is Derivedfalse
Is Derived Unionfalse
Is Leaffalse
Is Orderedfalse
Is Read Onlyfalse
Is Staticfalse
Is Uniquetrue
Keywords
Lower0
Lower Value(0)
Multiplicity0..1
NametrackingId
Name Expression
NamespaceMailOrderDispense
Opposite
OwnerMailOrderDispense
Owning Association
Owning Template Parameter
Qualified NameFHIM::Pharmacy::MailOrderDispense::trackingId
Stereotype
Template Parameter
TypeString
Upper1
Upper Value(1)
VisibilityPublic