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

This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v2.0.0-ballot: STU2 (v2.0.0) 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

: Coding Gap Task Status ValueSet - JSON Representation

Draft as of 2023-03-28

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "coding-gap-task-status",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-task-status.html\"><code>http://hl7.org/fhir/task-status</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/R4/codesystem-task-status.html#task-status-cancelled\">cancelled</a></td><td>Cancelled</td><td>The task was not completed.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-task-status.html#task-status-completed\">completed</a></td><td>Completed</td><td>The task has been completed.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-task-status.html#task-status-on-hold\">on-hold</a></td><td>On Hold</td><td>The task has been started but work has been paused.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-task-status.html#task-status-rejected\">rejected</a></td><td>Rejected</td><td>The potential performer who claimed ownership of the task has decided not to execute it prior to performing any action.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-task-status.html#task-status-requested\">requested</a></td><td>Requested</td><td>The task is ready to be acted upon and action is sought.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-ra/ValueSet/coding-gap-task-status",
  "version" : "2.0.0-ballot",
  "name" : "CodingGapTaskSatus",
  "title" : "Coding Gap Task Status ValueSet",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-03-28T02:02:49+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" : "Task status codes for use to support risk adjustment coding gap reconciliation",
  "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",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/task-status",
        "concept" : [
          {
            "code" : "cancelled",
            "display" : "Cancelled"
          },
          {
            "code" : "completed",
            "display" : "Completed"
          },
          {
            "code" : "on-hold",
            "display" : "On Hold"
          },
          {
            "code" : "rejected",
            "display" : "Rejected"
          },
          {
            "code" : "requested",
            "display" : "Requested"
          }
        ]
      }
    ]
  }
}