| Datatypes UML Documentation |
Summary:AttributesProperties | Detail:Attributes |
"Specifies an event that may occur multiple times. Timing schedules are used for specifying when events are expected or requested to occur, and may also be used to represent a schedule that was followed for past events. A Timing schedule can be a list of events and/or criteria for when the event happens, which can be expressed in a structured form and/or as a code. When both event and a repeating specification are provided, the list of events should be understood as an interpretation of the information in the repeat structure." - HL7 FHIR, Timing
Attributes | ||
«CS» Code | code |
"A code for the timing schedule. Some codes such as BID are ubiquitous, but many institutions define their own additional codes. If a code is provided, the code is understood to be a complete statement of whatever is specified in the structured timing data, and either the code or the data may be used to interpret the Timing, with the exception that .repeat.bounds still applies over the code (and is not contained in the code)." - HL7 FHIR, Timing.code |
«TS» PointInTime | event |
"Identifies specific times when the event occurs." - HL7 FHIR, Timing.event |
Repeat | repeat |
"A set of rules that describe when the event is scheduled." - HL7 FHIR, Timing.repeat |
Properties:
Alias | |
Classifier Behavior | |
Is Abstract | false |
Is Active | false |
Is Leaf | false |
Keywords | |
Name | Timing |
Name Expression | |
Namespace | Datatypes |
Owned Template Signature | |
Owner | Datatypes |
Owning Template Parameter | |
Package | Datatypes |
Qualified Name | FHIM::Datatypes::Timing |
Representation | |
Stereotype | |
Template Parameter | |
Visibility | Public |
Attribute Details |
Public «CS» Code code
"A code for the timing schedule. Some codes such as BID are ubiquitous, but many institutions define their own additional codes. If a code is provided, the code is understood to be a complete statement of whatever is specified in the structured timing data, and either the code or the data may be used to interpret the Timing, with the exception that .repeat.bounds still applies over the code (and is not contained in the code)." - HL7 FHIR, Timing.code
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Timing |
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 | code |
Name Expression | |
Namespace | Timing |
Opposite | |
Owner | Timing |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Datatypes::Timing::code |
Stereotype | |
Template Parameter | |
Type | «CS» Code |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
Public «TS» PointInTime event
"Identifies specific times when the event occurs." - HL7 FHIR, Timing.event
Aggregation | None |
Alias | |
Association | |
Association End | |
Class | Timing |
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 | * |
Name | event |
Name Expression | |
Namespace | Timing |
Opposite | |
Owner | Timing |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Datatypes::Timing::event |
Stereotype | |
Template Parameter | |
Type | «TS» PointInTime |
Upper | * |
Upper Value | (*) |
Visibility | Public |
Public Repeat repeat
"A set of rules that describe when the event is scheduled." - HL7 FHIR, Timing.repeat
Aggregation | Composite |
Alias | |
Association | timing_repeat |
Association End | |
Class | Timing |
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 | 0 |
Lower Value | (0) |
Multiplicity | 0..1 |
Name | repeat |
Name Expression | |
Namespace | Timing |
Opposite | |
Owner | Timing |
Owning Association | |
Owning Template Parameter | |
Qualified Name | FHIM::Datatypes::Timing::repeat |
Stereotype | |
Template Parameter | |
Type | Repeat |
Upper | 1 |
Upper Value | (1) |
Visibility | Public |
| Datatypes UML Documentation |
Summary:AttributesProperties | Detail:Attributes |