| Provider UML Documentation |
Provider
Class RelatedOrganization
This class is used to relate two parts of an organization to each other. While this mechanism could conceivably be used to construct an entire organization chart, it is intended to be used by clinical information that needs to understand the relationship between organizational entities involved in clinical care.For example, events occurring at a location may need to be rolled up to a regional level, or an embedded laboratory may share tax ids and national provider ids with the host hospital.Note that this construct is meant to be traversable in either direction. For example, a parent organization could point to its sub-organization(s). Conversely, a sub-organization could point to its parent organization.
Attributes |
«IVL_TS» Period | dateRange |
The time period during which the two organizations were related.
|
Organization | organization |
Pointer to the organization to which the owning organization is somehow related.
|
«CS» Code | relatedOrganizationCategory |
This property indicates how the "owning" and "target" Organization records are related to each other. Possible examples include: Parent, Child, has Component, is Component of, etc.
|
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | RelatedOrganization |
Name Expression | |
Namespace | Provider |
Owned Template Signature | |
Owner | Provider |
Owning Template Parameter | |
Package | Provider |
Qualified Name | FHIM::Provider::RelatedOrganization |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
dateRange
Public «IVL_TS» Period dateRange
-
The time period during which the two organizations were related.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | RelatedOrganization |
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 | dateRange |
Name Expression | |
Namespace | RelatedOrganization |
Opposite | |
Owner | RelatedOrganization |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Provider::RelatedOrganization::dateRange |
Stereotype | |
Template Parameter | |
Type | «IVL_TS» Period |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
organization
Public Organization organization
-
Pointer to the organization to which the owning organization is somehow related.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | relatedOrganization_organization |
Association End | |
Class | RelatedOrganization |
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 | organization |
Name Expression | |
Namespace | RelatedOrganization |
Opposite | |
Owner | RelatedOrganization |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Provider::RelatedOrganization::organization |
Stereotype | |
Template Parameter | |
Type | Organization |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
relatedOrganizationCategory
Public «CS» Code relatedOrganizationCategory
-
This property indicates how the "owning" and "target" Organization records are related to each other. Possible examples include: Parent, Child, has Component, is Component of, etc.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | RelatedOrganization |
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 | relatedOrganizationCategory |
Name Expression | |
Namespace | RelatedOrganization |
Opposite | |
Owner | RelatedOrganization |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Provider::RelatedOrganization::relatedOrganizationCategory |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
| Provider UML Documentation |