This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Diagnostic-order-status.xml

Definition for Value SetDiagnosticOrderStatus

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>DiagnosticOrderStatus</h2><p>The status of a diagnostic order</p><p>This value set defines its own terms in the system http://hl7.org/fhir/diagnostic-order-status</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>requested<a name=\"requested\"> </a></td><td/><td>The request has been placed.</td></tr><tr><td>received<a name=\"received\"> </a></td><td/><td>The receiving system has received the order, but not yet decided whether it will be performed.</td></tr><tr><td>accepted<a name=\"accepted\"> </a></td><td/><td>The receiving system has accepted the order, but work has not yet commenced.</td></tr><tr><td>in progress<a name=\"inprogress\"> </a></td><td/><td>The work to fulfill the order is happening.</td></tr><tr><td>review<a name=\"review\"> </a></td><td/><td>The work is complete, and the outcomes are being reviewed for approval.</td></tr><tr><td>completed<a name=\"completed\"> </a></td><td/><td>The work has been complete, the report(s) released, and no further work is planned.</td></tr><tr><td>suspended<a name=\"suspended\"> </a></td><td/><td>The request has been held by originating system/user request.</td></tr><tr><td>rejected<a name=\"rejected\"> </a></td><td/><td>The receiving system has declined to fulfill the request.</td></tr><tr><td>failed<a name=\"failed\"> </a></td><td/><td>The diagnostic investigation was attempted, but due to some procedural error, it could not be completed.</td></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/diagnostic-order-status",
  "name": "DiagnosticOrderStatus",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "The status of a diagnostic order",
  "status": "draft",
  "date": "2014-09-30T18:09:16.976+10:00",
  "define": {
    "system": "http://hl7.org/fhir/diagnostic-order-status",
    "caseSensitive": true,
    "concept": [
      {
        "code": "requested",
        "definition": "The request has been placed."
      },
      {
        "code": "received",
        "definition": "The receiving system has received the order, but not yet decided whether it will be performed."
      },
      {
        "code": "accepted",
        "definition": "The receiving system has accepted the order, but work has not yet commenced."
      },
      {
        "code": "in progress",
        "definition": "The work to fulfill the order is happening."
      },
      {
        "code": "review",
        "definition": "The work is complete, and the outcomes are being reviewed for approval."
      },
      {
        "code": "completed",
        "definition": "The work has been complete, the report(s) released, and no further work is planned."
      },
      {
        "code": "suspended",
        "definition": "The request has been held by originating system/user request."
      },
      {
        "code": "rejected",
        "definition": "The receiving system has declined to fulfill the request."
      },
      {
        "code": "failed",
        "definition": "The diagnostic investigation was attempted, but due to some procedural error, it could not be completed."
      }
    ]
  }
}