STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Codesystem-action-behavior-type.xml

Raw XML (canonical form)

Definition for Code System ActionBehaviorType

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="action-behavior-type"/>
  <meta>
    <lastUpdated value="2016-03-31T08:01:25.570+11:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>ActionBehaviorType</h2>
      <p>The type of behavior to be defined</p>
      <p>This code system http://hl7.org/fhir/action-behavior-type defines the following codes:</p>
      <table class="codes">
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>grouping
            <a name="grouping"> </a>
          </td>
          <td>Grouping Behavior</td>
          <td>Specifies grouping behavior using the action-group-behavior valueset</td>
        </tr>
        <tr>
          <td>selection
            <a name="selection"> </a>
          </td>
          <td>Selection Behavior</td>
          <td>Specifies selection behavior using the action-selection-behavior valueset</td>
        </tr>
        <tr>
          <td>required
            <a name="required"> </a>
          </td>
          <td>Required Behavior</td>
          <td>Specifies required behavior using the action-required-behavior valueset</td>
        </tr>
        <tr>
          <td>precheck
            <a name="precheck"> </a>
          </td>
          <td>Precheck Behavior</td>
          <td>Specifies precheck behavior using the action-precheck-behavior valueset</td>
        </tr>
        <tr>
          <td>cardinality
            <a name="cardinality"> </a>
          </td>
          <td>Cardinality Behavior</td>
          <td>Specifies cardinality behavior using the action-cardinality behavior valueset</td>
        </tr>
      </table>
    </div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid">
    <valueUri value="urn:oid:2.16.840.1.113883.4.642.1.514"/>
  </extension>
  <url value="http://hl7.org/fhir/action-behavior-type"/>
  <version value="1.4.0"/>
  <name value="ActionBehaviorType"/>
  <status value="draft"/>
  <experimental value="false"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <date value="2016-03-31T08:01:25+11:00"/>
  <description value="The type of behavior to be defined"/>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/action-behavior-type"/>
  <content value="complete"/>
  <concept>
    <code value="grouping"/>
    <display value="Grouping Behavior"/>
    <definition value="Specifies grouping behavior using the action-group-behavior valueset"/>
  </concept>
  <concept>
    <code value="selection"/>
    <display value="Selection Behavior"/>
    <definition value="Specifies selection behavior using the action-selection-behavior valueset"/>
  </concept>
  <concept>
    <code value="required"/>
    <display value="Required Behavior"/>
    <definition value="Specifies required behavior using the action-required-behavior valueset"/>
  </concept>
  <concept>
    <code value="precheck"/>
    <display value="Precheck Behavior"/>
    <definition value="Specifies precheck behavior using the action-precheck-behavior valueset"/>
  </concept>
  <concept>
    <code value="cardinality"/>
    <display value="Cardinality Behavior"/>
    <definition value="Specifies cardinality behavior using the action-cardinality behavior valueset"/>
  </concept>
</CodeSystem>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.