Da Vinci Risk Adjustment Implementation Guide (STU1 Ballot)
0.1.0 - STU 1 Ballot

This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Risk Adjustment Evidence Status Code System - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "evidence-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/davinci-ra/CodeSystem/evidence-status defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">closed-gap<a name=\"evidence-status-closed-gap\"> </a></td><td>Closed Condition Category Gap</td><td>Evidence to support a Condition Category was confirmed.</td></tr><tr><td style=\"white-space:nowrap\">open-gap<a name=\"evidence-status-open-gap\"> </a></td><td>Open Condition Category Gap</td><td>Action is needed to confirm whether the Condition Category is valid.</td></tr><tr><td style=\"white-space:nowrap\">pending<a name=\"evidence-status-pending\"> </a></td><td>Pending Condition Category Gap</td><td>Evidence was received and is in the process of being evaluated.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-ra/CodeSystem/evidence-status",
  "version" : "0.1.0",
  "name" : "RiskAdjustmentEvidenceStatusCodeSystem",
  "title" : "Risk Adjustment Evidence Status Code System",
  "status" : "draft",
  "date" : "2021-12-06T22:33:15+00:00",
  "publisher" : "HL7 Clinical Quality Information Work Group",
  "contact" : [
    {
      "name" : "HL7 Clinical Quality Information Work Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "This is a code system for Risk Adjustment evidence status to indicate whether a Condition Category gap is open-gap, closed-gap, or pending.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7 International - Clinical Quality Information Work Group, all rights reserved Creative Commons License",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "closed-gap",
      "display" : "Closed Condition Category Gap",
      "definition" : "Evidence to support a Condition Category was confirmed."
    },
    {
      "code" : "open-gap",
      "display" : "Open Condition Category Gap",
      "definition" : "Action is needed to confirm whether the Condition Category is valid."
    },
    {
      "code" : "pending",
      "display" : "Pending Condition Category Gap",
      "definition" : "Evidence was received and is in the process of being evaluated."
    }
  ]
}