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 - JSON Representation

Raw json | Download


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