View raw Markdown
type: codesystemcodesystem: action-grouping-behavior

Action Grouping Behavior

Concepts

CodeDisplayDefinition
visual-groupVisual GroupAny group marked with this behavior should be displayed as a visual group to the end user.
logical-groupLogical GroupA 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-groupSentence GroupA 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".

CodeSystem XML

<?xml version="1.0" encoding="UTF-8"?>

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="action-grouping-behavior"/>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cds"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3"/>
  </extension>
  <url value="http://hl7.org/fhir/action-grouping-behavior"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.800"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.1.783"/>
  </identifier>
  <version value="6.0.0"/>
  <name value="ActionGroupingBehavior"/>
  <title value="Action Grouping Behavior"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2021-01-05T10:01:24+11:00"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <description value="Defines organization behavior of a group."/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/action-grouping-behavior"/>
  <content value="complete"/>
  <concept>
    <code value="visual-group"/>
    <display value="Visual Group"/>
    <definition value="Any group marked with this behavior should be displayed as a visual group to the end user."/>
  </concept>
  <concept>
    <code value="logical-group"/>
    <display value="Logical Group"/>
    <definition value="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."/>
  </concept>
  <concept>
    <code value="sentence-group"/>
    <display value="Sentence Group"/>
    <definition value="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"."/>
  </concept>
</CodeSystem>