| CarePlan UML Documentation |
Class CarePlan
This class represents a collection of Care Plan Episodes, each of which is a set of planned actions and goals for a Patient dealing with a given set of issues or concerns over an extended period of time. This Longitudinal Care Plan covers all Care Plans over the life of the Patient, including those that have been terminated because the underlying condition had been resolved. This construct is useful for patients who have long-term problems such as Downs Syndrome or diabetes, which will manifest in different sets of issues to be managed over the course of the patient’s life. Some organizations, including DoD and the VA view the "Care Plan" as a Longitudinal Care Plan – i.e., they consider the Care Plan to be a long-running collection of Care Plan Episodes, whereas other organizations may consider the "Care Plan" to refer to each episode. Organizations in the latter case could consider this class to have one and only one Care Plan Episode associated with it.
Attributes |
CarePlanEpisode | carePlanEpisode |
Pointer to a set of planned actions and goals for a Patient dealing with a given set of issues or concerns.
|
Patient | patient |
"Identifies the patient or group whose intended care is described by the plan." - HL7 FHIR, CarePlan.subject
|
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | CarePlan |
Name Expression | |
Namespace | CarePlan |
Owned Template Signature | |
Owner | CarePlan |
Owning Template Parameter | |
Package | CarePlan |
Qualified Name | FHIM::CarePlan::CarePlan |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
carePlanEpisode
Public CarePlanEpisode carePlanEpisode
-
Pointer to a set of planned actions and goals for a Patient dealing with a given set of issues or concerns.
-
Constraints:
-
Properties:
-
Aggregation | Composite |
Alias | |
Association | carePlan_carePlanEpisode |
Association End | |
Class | CarePlan |
Datatype | |
Default | |
Default Value | |
Is Composite | true |
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 | 1 |
Lower Value | (1) |
Multiplicity | 1..* |
Name | carePlanEpisode |
Name Expression | |
Namespace | CarePlan |
Opposite | |
Owner | CarePlan |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::CarePlan::CarePlan::carePlanEpisode |
Stereotype | |
Template Parameter | |
Type | CarePlanEpisode |
Upper | * |
Upper Value | (*) |
Visibility | Public |
patient
Public Patient patient
-
"Identifies the patient or group whose intended care is described by the plan." - HL7 FHIR, CarePlan.subject
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | carePlanEpisode_patient |
Association End | |
Class | CarePlan |
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 | patient |
Name Expression | |
Namespace | CarePlan |
Opposite | |
Owner | CarePlan |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::CarePlan::CarePlan::patient |
Stereotype | |
Template Parameter | |
Type | Patient |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
| CarePlan UML Documentation |