FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem action-grouping-behavior

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="action-grouping-behavior"/>
  <meta>
    <lastUpdated value="2023-03-26T15:21:02.749+11:00"/>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div value="&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
            &lt;p&gt;This code system 
              &lt;code&gt;http://hl7.org/fhir/action-grouping-behavior&lt;/code&gt; defines the following codes:
            &lt;/p&gt;
            &lt;table class=&quot;codes&quot;&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;
                  &lt;b&gt;Code&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Display&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Definition&lt;/b&gt;
                &lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;visual-group
                  &lt;a name=&quot;action-grouping-behavior-visual-group&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Visual Group&lt;/td&gt;
                &lt;td&gt;Any group marked with this behavior should be displayed as a visual group to the end user.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;logical-group
                  &lt;a name=&quot;action-grouping-behavior-logical-group&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Logical Group&lt;/td&gt;
                &lt;td&gt;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.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;sentence-group
                  &lt;a name=&quot;action-grouping-behavior-sentence-group&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;Sentence Group&lt;/td&gt;
                &lt;td&gt;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 &amp;quot;aspirin, 500 mg, 2 times per day&amp;quot; and &amp;quot;aspirin, 300 mg, 3 times per day&amp;quot;. 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 &amp;quot;AtMostOne&amp;quot;, unless it&apos;s a required action, in which case, it would be &amp;quot;ExactlyOne&amp;quot;.&lt;/td&gt;
              &lt;/tr&gt;
            &lt;/table&gt;
          &lt;/div&gt;"/>
  </text>
  <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="trial-use"/>
  </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="5.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."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <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 &quot;aspirin, 500 mg, 2 times per day&quot; and &quot;aspirin, 300 mg, 3 times per day&quot;. 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 &quot;AtMostOne&quot;, unless it&apos;s a required action, in which case, it would be &quot;ExactlyOne&quot;."/>
  </concept>
</CodeSystem>