PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.4.0
    http://hl7.org/fhir/diagnostic-order-status
{
  "description": "The status of a diagnostic order.",
  "_filename": "codesystem-diagnostic-order-status.json",
  "package_name": "hl7.fhir.core",
  "date": "2016-03-31T08:01:25+11:00",
  "meta": {
    "lastUpdated": "2016-03-31T08:01:25.570+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "DiagnosticOrderStatus",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "1.4.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.110"
  } ],
  "status": "draft",
  "id": "2767547a-dc27-416b-b5eb-a518abed9840",
  "valueSet": "http://hl7.org/fhir/ValueSet/diagnostic-order-status",
  "kind": null,
  "url": "http://hl7.org/fhir/diagnostic-order-status",
  "concept": [ {
    "code": "proposed",
    "display": "Proposed",
    "definition": "The request has been proposed."
  }, {
    "code": "draft",
    "display": "Draft",
    "definition": "The request is in preliminary form prior to being sent."
  }, {
    "code": "planned",
    "display": "Planned",
    "definition": "The request has been planned."
  }, {
    "code": "requested",
    "display": "Requested",
    "definition": "The request has been placed."
  }, {
    "code": "received",
    "display": "Received",
    "definition": "The receiving system has received the order, but not yet decided whether it will be performed."
  }, {
    "code": "accepted",
    "display": "Accepted",
    "definition": "The receiving system has accepted the order, but work has not yet commenced."
  }, {
    "code": "in-progress",
    "display": "In-Progress",
    "definition": "The work to fulfill the order is happening."
  }, {
    "code": "review",
    "display": "Review",
    "definition": "The work is complete, and the outcomes are being reviewed for approval."
  }, {
    "code": "completed",
    "display": "Completed",
    "definition": "The work has been completed, the report(s) released, and no further work is planned."
  }, {
    "code": "cancelled",
    "display": "Cancelled",
    "definition": "The request has been withdrawn."
  }, {
    "code": "suspended",
    "display": "Suspended",
    "definition": "The request has been held by originating system/user request."
  }, {
    "code": "rejected",
    "display": "Rejected",
    "definition": "The receiving system has declined to fulfill the request."
  }, {
    "code": "failed",
    "display": "Failed",
    "definition": "The diagnostic investigation was attempted, but due to some procedural error, it could not be completed."
  }, {
    "code": "entered-in-error",
    "display": "Entered in Error",
    "definition": "The request was entered in error and voided."
  } ],
  "caseSensitive": true,
  "version": "1.4.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "other"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}