| Provider UML Documentation |
Provider
Class IndividualProviderRelationship
This class relates two Individual Providers to each other. Examples include relating a physician to their medical director, a "covering clinician' to the primary physician (i.e., a covering clinician may create orders on behalf of the primary physician during the primary physician's absence), etc. This class contains a type code which describes the relationship between the two clinicians, and a date range during which the relationship is valid.
Attributes |
«IVL_TS» Period | dateRange |
The time period during which the two clinicians were related.
|
IndividualProvider | individualProvider |
Pointer to the Individual Provider to which the "originating" Individual Provider is related.
|
«CS» Code | relatedProviderCategory |
This property indicates how the "owning" and "target" Providers are related to each other. Possible examples include: Medical Director For, Extender For, Covering For, etc.
|
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | IndividualProviderRelationship |
Name Expression | |
Namespace | Provider |
Owned Template Signature | |
Owner | Provider |
Owning Template Parameter | |
Package | Provider |
Qualified Name | FHIM::Provider::IndividualProviderRelationship |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
dateRange
Public «IVL_TS» Period dateRange
-
The time period during which the two clinicians were related.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | IndividualProviderRelationship |
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 | IndividualProviderRelationship |
Opposite | |
Owner | IndividualProviderRelationship |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Provider::IndividualProviderRelationship::dateRange |
Stereotype | |
Template Parameter | |
Type | «IVL_TS» Period |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
individualProvider
Public IndividualProvider individualProvider
-
Pointer to the Individual Provider to which the "originating" Individual Provider is related.
-
Constraints:
-
Properties:
-
relatedProviderCategory
Public «CS» Code relatedProviderCategory
-
This property indicates how the "owning" and "target" Providers are related to each other. Possible examples include: Medical Director For, Extender For, Covering For, etc.
-
Constraints:
-
Properties:
-
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | IndividualProviderRelationship |
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 | relatedProviderCategory |
Name Expression | |
Namespace | IndividualProviderRelationship |
Opposite | |
Owner | IndividualProviderRelationship |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Provider::IndividualProviderRelationship::relatedProviderCategory |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
| Provider UML Documentation |