Clinical Practice Guidelines (CPG) on EBMonFHIR
0.8.0-snapshot - ci-build

Clinical Practice Guidelines (CPG) on EBMonFHIR - Local Development build (v0.8.0-snapshot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Action Selection Behavior Required - XML Representation

Draft as of 2022-11-28

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="vs-action-selection-behavior-required"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://hl7.org/fhir/R5/codesystem-action-selection-behavior.html"><code>http://hl7.org/fhir/action-selection-behavior</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://hl7.org/fhir/R5/codesystem-action-selection-behavior.html#action-selection-behavior-all">all</a></td><td>All</td><td>All the actions in the group must be selected as a single unit.</td></tr><tr><td><a href="http://hl7.org/fhir/R5/codesystem-action-selection-behavior.html#action-selection-behavior-exactly-one">exactly-one</a></td><td>Exactly One</td><td>The end user must choose one and only one of the selectable actions in the group. The user SHALL NOT choose none of the actions in the group.</td></tr><tr><td><a href="http://hl7.org/fhir/R5/codesystem-action-selection-behavior.html#action-selection-behavior-at-most-one">at-most-one</a></td><td>At Most One</td><td>The end user may choose zero or at most one of the actions in the group.</td></tr><tr><td><a href="http://hl7.org/fhir/R5/codesystem-action-selection-behavior.html#action-selection-behavior-one-or-more">one-or-more</a></td><td>One or More</td><td>The end user must choose a minimum of one, and as many additional as desired.</td></tr></table></li></ul></div>
  </text>
  <extension
             url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability">
    <valueCode value="shareable"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability">
    <valueCode value="computable"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability">
    <valueCode value="publishable"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel">
    <valueCode value="structured"/>
  </extension>
  <url
       value="https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-action-selection-behavior-required"/>
  <version value="0.1.0"/>
  <name value="ActionSelectionBehaviorRequired"/>
  <title value="Action Selection Behavior Required"/>
  <status value="draft"/>
  <date value="2022-11-28"/>
  <publisher value="Netzwerk Universitätsmedizin (NUM)"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="https://www.netzwerk-universitaetsmedizin.de"/>
    </telecom>
  </contact>
  <description
               value="Action selection behavior with only codes that require at least one action to be performed."/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/action-selection-behavior"/>
      <concept>
        <code value="all"/>
        <display value="All"/>
      </concept>
      <concept>
        <code value="exactly-one"/>
        <display value="Exactly One"/>
      </concept>
      <concept>
        <code value="at-most-one"/>
        <display value="At Most One"/>
      </concept>
      <concept>
        <code value="one-or-more"/>
        <display value="One or More"/>
      </concept>
    </include>
  </compose>
</ValueSet>