|
| Pharmacy UML Documentation |
Pharmacy
Class MedicationList
This class represents a list of medications that the patient is taking. This list may contain information from prescription data (Pharmacy Requests), pharmacy data (Pharmacy Promises) and/or Patient-Reported Medications. Because the list may be an aggregation of data from multiple sources, duplicate information may potentially exist. Note that this class could be populated as a result of a medication reconciliation process. Details of such a process are not yet modeled in the FHIM.
| Attributes |
| PatientReportedMedication | patientReportedMedication |
Pointer to information about medication(s) which the patient reports to be using.
|
| «EntryPoint» PharmacyPromise | pharmacyPromise |
Pointer to information about medications which the patient has received or is receiving, as reported by a pharmacy.
|
| «EntryPoint» PharmacyRequest | pharmacyRequest |
Pointer to information about medications which the patient has received or is receiving, as reported by an ordering physician.
|
Properties:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | EntryPoint |
| Name | MedicationList |
| Name Expression | |
| Namespace | Pharmacy |
| Owned Template Signature | |
| Owner | Pharmacy |
| Owning Template Parameter | |
| Package | Pharmacy |
| Qualified Name | FHIM::Pharmacy::MedicationList |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
patientReportedMedication
Public PatientReportedMedication patientReportedMedication
-
Pointer to information about medication(s) which the patient reports to be using.
-
Constraints:
-
Properties:
-
pharmacyPromise
Public «EntryPoint» PharmacyPromise pharmacyPromise
-
Pointer to information about medications which the patient has received or is receiving, as reported by a pharmacy.
-
Constraints:
-
Properties:
-
pharmacyRequest
Public «EntryPoint» PharmacyRequest pharmacyRequest
-
Pointer to information about medications which the patient has received or is receiving, as reported by an ordering physician.
-
Constraints:
-
Properties:
-
|
| Pharmacy UML Documentation |