Orders
Class StandingOrder
An order that is created by policy, and which is not tied to a single patient, but which is generated for a patient when certain conditions are met. For example, a policy might exist that persons deploying or traveling to a particular region must have a particular vaccination administered beforehand. Note that this class is a placeholder for such Standing Orders. It exists so that a Healthcare Order might be able to reference the Standing Order that caused the Healthcare Order to be created. However, details regarding what information makes up a well-formed Standing Order, or the circumstances under which a Standing Order is created, managed, invoked, or retired are not in scope for this iteration and will be fleshed out in a future interation.
Attributes |
«II» Id | identifier |
A unique identifier for the Standing Order.
|
String | text |
Contains a textual representation of the Standing Order. Note that this will be fleshed out in a future iteration.
|
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | StandingOrder |
Name Expression | |
Namespace | Orders |
Owned Template Signature | |
Owner | Orders |
Owning Template Parameter | |
Package | Orders |
Qualified Name | FHIM::Orders::StandingOrder |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
identifier
Public «II» Id identifier
-
A unique identifier for the Standing Order.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | StandingOrder |
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 | 1 |
Lower Value | (1) |
Multiplicity | 1 |
Name | identifier |
Name Expression | |
Namespace | StandingOrder |
Opposite | |
Owner | StandingOrder |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Orders::StandingOrder::identifier |
Stereotype | |
Template Parameter | |
Type | «II» Id |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
text
Public String text
-
Contains a textual representation of the Standing Order. Note that this will be fleshed out in a future iteration.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | StandingOrder |
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 | text |
Name Expression | |
Namespace | StandingOrder |
Opposite | |
Owner | StandingOrder |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Orders::StandingOrder::text |
Stereotype | |
Template Parameter | |
Type | String |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |