FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
CodeSystem: Action Relationship Type
Defines the types of relationships between actions.
This Code system is referenced in the content logical definition of the following value sets:
- This CodeSystem is not used here; it may be used elsewhere (e.g. specifications and/or implementations that use this content)
This case-sensitive code system http://hl7.org/fhir/action-relationship-type
defines the following codes in a Is-A hierarchy:
Lvl | Code | Display | Definition |
1 |
before |
Before |
The action must be performed before the related action. |
2 |
before-start |
Before Start |
The action must be performed before the start of the related action. |
2 |
before-end |
Before End |
The action must be performed before the end of the related action. |
1 |
concurrent |
Concurrent |
The action must be performed concurrent with the related action. |
2 |
concurrent-with-start |
Concurrent With Start |
The action must be performed concurrent with the start of the related action. |
2 |
concurrent-with-end |
Concurrent With End |
The action must be performed concurrent with the end of the related action. |
1 |
after |
After |
The action must be performed after the related action. |
2 |
after-start |
After Start |
The action must be performed after the start of the related action. |
2 |
after-end |
After End |
The action must be performed after the end of the related action. |