| Pharmacy UML Documentation |
Summary:AttributesProperties | Detail:Attributes |
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 |
Attribute Details |
Public PatientReportedMedication patientReportedMedication
Pointer to information about medication(s) which the patient reports to be using.
Aggregation | Shared |
Alias | |
Association | medicationList_patientReportedMedication |
Association End | |
Class | «EntryPoint» MedicationList |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | patientReportedMedication |
Name Expression | |
Namespace | «EntryPoint» MedicationList |
Opposite | |
Owner | «EntryPoint» MedicationList |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Pharmacy::MedicationList::patientReportedMedication |
Stereotype | |
Template Parameter | |
Type | PatientReportedMedication |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public «EntryPoint» PharmacyPromise pharmacyPromise
Pointer to information about medications which the patient has received or is receiving, as reported by a pharmacy.
Aggregation | Shared |
Alias | |
Association | medicationList_pharmacyPromise |
Association End | |
Class | «EntryPoint» MedicationList |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | pharmacyPromise |
Name Expression | |
Namespace | «EntryPoint» MedicationList |
Opposite | |
Owner | «EntryPoint» MedicationList |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Pharmacy::MedicationList::pharmacyPromise |
Stereotype | |
Template Parameter | |
Type | «EntryPoint» PharmacyPromise |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public «EntryPoint» PharmacyRequest pharmacyRequest
Pointer to information about medications which the patient has received or is receiving, as reported by an ordering physician.
Aggregation | Shared |
Alias | |
Association | medicationList_pharmacyRequest |
Association End | |
Class | «EntryPoint» MedicationList |
Datatype | |
Default | |
Default Value | |
Is Composite | false |
Is Derived | false |
Is Derived Union | false |
Is Leaf | false |
Is Ordered | false |
Is Read Only | false |
Is Static | false |
Is Unique | true |
Keywords | |
Lower | 0 |
Lower Value | (0) |
Multiplicity | * |
Name | pharmacyRequest |
Name Expression | |
Namespace | «EntryPoint» MedicationList |
Opposite | |
Owner | «EntryPoint» MedicationList |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Pharmacy::MedicationList::pharmacyRequest |
Stereotype | |
Template Parameter | |
Type | «EntryPoint» PharmacyRequest |
Upper | * |
Upper Value | (*) |
Visibility | Public |
| Pharmacy UML Documentation |
Summary:AttributesProperties | Detail:Attributes |