Patient Request for Corrections Implementation Guide
1.0.0-ballot - STU 1 Ballot

This page is part of the Patient Request for Corrections Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: PatientCorrectionBusinessStatusVS - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "PatientCorrectionBusinessStatusVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-PatientCorrectionBusinessStatus.html\"><code>http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-PatientCorrectionBusinessStatus.html#PatientCorrectionBusinessStatus-queued\">queued</a></td><td>A request to correct a record or log a disagreement has been received by the fulfiller (e.g. provider) but has not yet been reviewed.</td></tr><tr><td><a href=\"CodeSystem-PatientCorrectionBusinessStatus.html#PatientCorrectionBusinessStatus-in-review\">in-review</a></td><td>Review is in progress.</td></tr><tr><td><a href=\"CodeSystem-PatientCorrectionBusinessStatus.html#PatientCorrectionBusinessStatus-waiting-for-information\">waiting-for-information</a></td><td>The fulfiller (e.g. provider) is waiting for additional information.</td></tr><tr><td><a href=\"CodeSystem-PatientCorrectionBusinessStatus.html#PatientCorrectionBusinessStatus-requester-cancelled\">requester-cancelled</a></td><td>The request has been cancelled by the requester.</td></tr><tr><td><a href=\"CodeSystem-PatientCorrectionBusinessStatus.html#PatientCorrectionBusinessStatus-accepted\">accepted</a></td><td>Decision was made to accept the correction request.</td></tr><tr><td><a href=\"CodeSystem-PatientCorrectionBusinessStatus.html#PatientCorrectionBusinessStatus-partial-accept\">partial-accept</a></td><td>Part of the correction request was accepted, and part was denied.</td></tr><tr><td><a href=\"CodeSystem-PatientCorrectionBusinessStatus.html#PatientCorrectionBusinessStatus-amendment-completed\">amendment-completed</a></td><td>The record has been amended (corrected).</td></tr><tr><td><a href=\"CodeSystem-PatientCorrectionBusinessStatus.html#PatientCorrectionBusinessStatus-denied\">denied</a></td><td>The request has been denied.</td></tr><tr><td><a href=\"CodeSystem-PatientCorrectionBusinessStatus.html#PatientCorrectionBusinessStatus-disagreement-logged\">disagreement-logged</a></td><td>The fulfiller (e.g. provider) has logged the requester’s (eg patient’s) disagreement with the correction request denial.</td></tr><tr><td><a href=\"CodeSystem-PatientCorrectionBusinessStatus.html#PatientCorrectionBusinessStatus-completed\">completed</a></td><td>The fulfiller (e.g. provider) has logged the requester’s (e.g. patient’s) disagreement with the correction request denial, and provided a formal rebuttal.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/patient-corrections/ValueSet/PatientCorrectionBusinessStatusVS",
  "version" : "1.0.0-ballot",
  "name" : "PatientCorrectionBusinessStatusVS",
  "status" : "active",
  "date" : "2022-03-29T16:29:26+00:00",
  "publisher" : "HL7 International - Patient Empowerment Workgroup",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.org/Special/committees/patientempowerment"
        }
      ]
    },
    {
      "name" : "John Keyes",
      "telecom" : [
        {
          "system" : "email",
          "value" : "john@johnkeyes.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "ValueSet of business statuses for patient request for corrections",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus",
        "concept" : [
          {
            "code" : "queued"
          },
          {
            "code" : "in-review"
          },
          {
            "code" : "waiting-for-information"
          },
          {
            "code" : "requester-cancelled"
          },
          {
            "code" : "accepted"
          },
          {
            "code" : "partial-accept"
          },
          {
            "code" : "amendment-completed"
          },
          {
            "code" : "denied"
          },
          {
            "code" : "disagreement-logged"
          },
          {
            "code" : "completed"
          }
        ]
      }
    ]
  }
}