FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

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 Grouping Behavior

Official URL: http://hl7.org/fhir/action-grouping-behavior Version: 5.0.0
Standards status: Informative Maturity Level: 3 Responsible: Clinical Decision Support Computable Name: ActionGroupingBehavior

Defines organization behavior of a group.

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-grouping-behavior defines the following codes:

CodeDisplayDefinition
visual-group Visual Group Any group marked with this behavior should be displayed as a visual group to the end user.
logical-group Logical Group A group with this behavior logically groups its sub-elements, and may be shown as a visual group to the end user, but it is not required to do so.
sentence-group Sentence Group A group of related alternative actions is a sentence group if the target referenced by the action is the same in all the actions and each action simply constitutes a different variation on how to specify the details for the target. For example, two actions that could be in a SentenceGroup are "aspirin, 500 mg, 2 times per day" and "aspirin, 300 mg, 3 times per day". In both cases, aspirin is the target referenced by the action, and the two actions represent different options for how aspirin might be ordered for the patient. Note that a SentenceGroup would almost always have an associated selection behavior of "AtMostOne", unless it's a required action, in which case, it would be "ExactlyOne".