{
  "resourceType" : "ValueSet",
  "id" : "request-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet request-status</b></p><a name=\"request-status\"> </a><a name=\"hcrequest-status\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R5/codesystem-task-status.html\"><code>http://hl7.org/fhir/task-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references\"> version &#x1F4E6;5.0.0</span><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/R5/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><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-task-status.html#task-status-accepted\">accepted</a></td><td>Accepted</td><td>The potential performer has agreed to execute the task but has not yet started work.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-task-status.html#task-status-in-progress\">in-progress</a></td><td>In Progress</td><td>The task has been started but is not yet complete.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/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/R5/codesystem-task-status.html#task-status-completed\">completed</a></td><td>Completed</td><td>The task has been completed.</td></tr></table></li></ul></div>"
  },
  "url" : "https://build.fhir.org/ig/Uppsala-Monitoring-Centre/WHO-UMC-IDMP-Service/ValueSet/request-status",
  "version" : "1.0.0",
  "name" : "VsRequestStatus",
  "title" : "Request Status Value Set",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-04-02T06:34:31+00:00",
  "publisher" : "Uppsala Monitoring Centre",
  "contact" : [{
    "name" : "Uppsala Monitoring Centre",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.who-umc.org"
    }]
  },
  {
    "name" : "Uppsala Monitoring Centre",
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.who-umc.org"
    }]
  }],
  "description" : "Request Status Value Set",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "compose" : {
    "include" : [{
      "system" : "http://hl7.org/fhir/task-status",
      "concept" : [{
        "code" : "requested",
        "display" : "Requested"
      },
      {
        "code" : "accepted",
        "display" : "Accepted"
      },
      {
        "code" : "in-progress",
        "display" : "In Progress"
      },
      {
        "code" : "rejected",
        "display" : "Rejected"
      },
      {
        "code" : "completed",
        "display" : "Completed"
      }]
    }]
  }
}