QI-Core Implementation Guide
4.1.0 - release

This page is part of the Quality Improvement Core Framework (v4.1.0: STU 4) based on FHIR R4. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

: RAND Appropriateness Scores - XML Representation

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="qicore-appropriateness-score"/>
  <meta>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>QICoreAppropriatenessScore</h2>
      <p>The RAND scoring for appropriateness of the procedure.</p>
      <p>This value set has an inline code system which defines the following codes:</p>
      <table class="codes">
        <tr>
          <td>
            <strong>Code</strong>
          </td>
          <td>
            <strong>Display</strong>
          </td>
          <td>
            <strong>Definition</strong>
          </td>
        </tr>
        <tr>
          <td>extremely-inappropriate
            <a name="extremely-inappropriate"> </a>
          </td>
          <td>Extremely Inappropriate</td>
          <td>The procedure is extremely inappropriate</td>
        </tr>
        <tr>
          <td>inappropriate
            <a name="inappropriate"> </a>
          </td>
          <td>Inappropriate</td>
          <td>The procedure is inappropriate</td>
        </tr>
        <tr>
          <td>probably-inappropriate
            <a name="probably-inappropriate"> </a>
          </td>
          <td>Probably Inappropriate</td>
          <td>The procedure is probably inappropriate</td>
        </tr>
        <tr>
          <td>uncertain-inappropriate
            <a name="uncertain-inappropriate"> </a>
          </td>
          <td>Uncertain Inappropriate</td>
          <td>The appropriateness of the procedure is uncertain, leaning towards inappropriate</td>
        </tr>
        <tr>
          <td>uncertain
            <a name="uncertain"> </a>
          </td>
          <td>Uncertain</td>
          <td>The appropriateness of the procedure is uncertain</td>
        </tr>
        <tr>
          <td>uncertain-appropriate
            <a name="uncertain-appropriate"> </a>
          </td>
          <td>Uncertain Appropriate</td>
          <td>The appropriateness of the procedure is uncertain, leaning towards appropriate</td>
        </tr>
        <tr>
          <td>probably-appropriate
            <a name="probably-appropriate"> </a>
          </td>
          <td>Probably Appropriate</td>
          <td>The procedure is probably appropriate</td>
        </tr>
        <tr>
          <td>appropriate
            <a name="appropriate"> </a>
          </td>
          <td>Appropriate</td>
          <td>The procedure is appropriate</td>
        </tr>
        <tr>
          <td>extremely-appropriate
            <a name="extremely-appropriate"> </a>
          </td>
          <td>Extremely Appropriate</td>
          <td>The procedure is extremely appropriate</td>
        </tr>
      </table>
    </div>
  </text>
  <url
       value="http://hl7.org/fhir/us/qicore/ValueSet/qicore-appropriateness-score"/>
  <version value="4.1.0"/>
  <name value="QICoreAppropriatenessScore"/>
  <title value="RAND Appropriateness Scores"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2018-08-22"/>
  <publisher value="http://www.hl7.org/Special/committees/cqi/index.cfm"/>
  <contact>
    <name value="Clinical Quality Information WG"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cqi"/>
    </telecom>
  </contact>
  <description value="The RAND scoring for appropriateness of the procedure."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <immutable value="true"/>
  <compose>
    <include>
      <system
              value="http://hl7.org/fhir/us/qicore/CodeSystem/appropriateness-score"/>
    </include>
  </compose>
</ValueSet>