Da Vinci Risk Adjustment Implementation Guide
2.0.0-preview - STU2 United States of America flag

Da Vinci Risk Adjustment Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.0.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ra/ and changes regularly. See the Directory of published versions

: Coding Gap Remark CodeSystem - JSON Representation

Active as of 2024-05-16

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "coding-gap-remark",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/davinci-ra/CodeSystem/coding-gap-remark</code> 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\">assessed-present<a name=\"coding-gap-remark-assessed-present\"> </a></td><td>Assessed and present</td><td>Assessed the gap and acknowledged it is still present.</td></tr><tr><td style=\"white-space:nowrap\">assessed-not-present<a name=\"coding-gap-remark-assessed-not-present\"> </a></td><td>Assessed and not present</td><td>Assessed the gap and acknowledged it is not present.</td></tr><tr><td style=\"white-space:nowrap\">in-progress<a name=\"coding-gap-remark-in-progress\"> </a></td><td>In progress</td><td>Assessed the gap and actions are taken to address the gap.</td></tr><tr><td style=\"white-space:nowrap\">deferred<a name=\"coding-gap-remark-deferred\"> </a></td><td>Deferred</td><td>Assessed the gap and actions will be taken in the future to address the gap.</td></tr><tr><td style=\"white-space:nowrap\">not-assessed<a name=\"coding-gap-remark-not-assessed\"> </a></td><td>Not assessed</td><td>Gap was shown to the provider but no action was taken to assess the gap.</td></tr><tr><td style=\"white-space:nowrap\">not-presented<a name=\"coding-gap-remark-not-presented\"> </a></td><td>Not presented</td><td>System did not present the gap to the end user.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cqi"
    }
  ],
  "url" : "http://hl7.org/fhir/us/davinci-ra/CodeSystem/coding-gap-remark",
  "version" : "2.0.0-preview",
  "name" : "CodingGapRemark",
  "title" : "Coding Gap Remark CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-05-16T08:34:40+00:00",
  "publisher" : "HL7 International / Clinical Quality Information",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "Coded remark for coding gap",
  "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,
  "valueSet" : "http://hl7.org/fhir/us/davinci-ra/ValueSet/coding-gap-remark",
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "assessed-present",
      "display" : "Assessed and present",
      "definition" : "Assessed the gap and acknowledged it is still present."
    },
    {
      "code" : "assessed-not-present",
      "display" : "Assessed and not present",
      "definition" : "Assessed the gap and acknowledged it is not present."
    },
    {
      "code" : "in-progress",
      "display" : "In progress",
      "definition" : "Assessed the gap and actions are taken to address the gap."
    },
    {
      "code" : "deferred",
      "display" : "Deferred",
      "definition" : "Assessed the gap and actions will be taken in the future to address the gap."
    },
    {
      "code" : "not-assessed",
      "display" : "Not assessed",
      "definition" : "Gap was shown to the provider but no action was taken to assess the gap."
    },
    {
      "code" : "not-presented",
      "display" : "Not presented",
      "definition" : "System did not present the gap to the end user."
    }
  ]
}