| Pharmacy UML Documentation |
Pharmacy
Class DispenseRecipient
Identifies the Person who picked up (i.e., took custody of) the dispensed medication, if that person is someone other than the patient. Note that this class points to the Person picking up the medication, and that the Person class contains the name, address, and identification of that individual. Note also that the Person Id property uses the Id data type, which can be used for any kind of identification that the Pharmacy accepts. Therefore, the Id can accommodate the use of a Personal Identification Verification (PIV) card or a Common Access Card (CAC) or any other kind of identification accepted by the Pharmacy. The Id datatype also includes an Id Type field, which indicates whether the Id was a driver’s license, a passport, a PIV or CAC card, etc."Identifies the person who picked up the medication. This will usually be a patient or their caregiver, but some cases exist where it can be a healthcare professional." - HL7 FHIR, MedicationDispense.receiver
Attributes |
Person | asPerson |
Pointer to the Person who is playing the Role of DispenseRecipient
|
«CS» Code | relationshipToPatient |
Indicates how the Person who picked up the medication is related to the intended recipient (i.e., the patient)."Code indicating the relationship to the person dropping off or picking up Rx." - ASAP Standard for PDMP, AIR06: Relationship of Person Dropping Off or Picking Up Rx. Possible values include: Patient; Parent/Legal Guardian; Spouse; Caregiver; or Other.
|
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | DispenseRecipient |
Name Expression | |
Namespace | Pharmacy |
Owned Template Signature | |
Owner | Pharmacy |
Owning Template Parameter | |
Package | Pharmacy |
Qualified Name | FHIM::Pharmacy::DispenseRecipient |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
asPerson
Public Person asPerson
-
Pointer to the Person who is playing the Role of DispenseRecipient
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | dispenseRecipient_asPerson |
Association End | |
Class | DispenseRecipient |
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 | 0..1 |
Name | asPerson |
Name Expression | |
Namespace | DispenseRecipient |
Opposite | |
Owner | DispenseRecipient |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Pharmacy::DispenseRecipient::asPerson |
Stereotype | |
Template Parameter | |
Type | Person |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
relationshipToPatient
Public «CS» Code relationshipToPatient
-
Indicates how the Person who picked up the medication is related to the intended recipient (i.e., the patient)."Code indicating the relationship to the person dropping off or picking up Rx." - ASAP Standard for PDMP, AIR06: Relationship of Person Dropping Off or Picking Up Rx. Possible values include: Patient; Parent/Legal Guardian; Spouse; Caregiver; or Other.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | DispenseRecipient |
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 | 0..1 |
Name | relationshipToPatient |
Name Expression | |
Namespace | DispenseRecipient |
Opposite | |
Owner | DispenseRecipient |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Pharmacy::DispenseRecipient::relationshipToPatient |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
| Pharmacy UML Documentation |