PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2.expansions@1.0.2
    http://hl7.org/fhir/ValueSet/order-status
{
  "description": "The status of the response to an order.",
  "_filename": "ValueSet-order-status.json",
  "package_name": "hl7.fhir.r2.expansions",
  "date": "2015-10-24T07:41:03+11:00",
  "publisher": "HL7 (FHIR Project)",
  "name": "OrderStatus",
  "type": null,
  "experimental": "false",
  "resourceType": "ValueSet",
  "expansion": {
    "contains": [ {
      "code": "pending",
      "system": "http://hl7.org/fhir/order-status",
      "display": "Pending"
    }, {
      "code": "review",
      "system": "http://hl7.org/fhir/order-status",
      "display": "Review"
    }, {
      "code": "rejected",
      "system": "http://hl7.org/fhir/order-status",
      "display": "Rejected"
    }, {
      "code": "error",
      "system": "http://hl7.org/fhir/order-status",
      "display": "Error"
    }, {
      "code": "accepted",
      "system": "http://hl7.org/fhir/order-status",
      "display": "Accepted"
    }, {
      "code": "cancelled",
      "system": "http://hl7.org/fhir/order-status",
      "display": "Cancelled"
    }, {
      "code": "replaced",
      "system": "http://hl7.org/fhir/order-status",
      "display": "Replaced"
    }, {
      "code": "aborted",
      "system": "http://hl7.org/fhir/order-status",
      "display": "Aborted"
    }, {
      "code": "completed",
      "system": "http://hl7.org/fhir/order-status",
      "display": "Completed"
    } ],
    "parameter": [ {
      "name": "version",
      "valueUri": "http://hl7.org/fhir/ValueSet/order-status?version=1.0.2"
    } ],
    "timestamp": "2015-10-22T12:31:48+11:00",
    "identifier": "urn:uuid:9e2ca615-c127-448a-b410-7b82faf276aa"
  },
  "title": null,
  "package_version": "1.0.2",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.227"
  } ],
  "status": "draft",
  "id": "363f65d9-437a-4291-ac55-59bbe5d477c4",
  "kind": null,
  "url": "http://hl7.org/fhir/ValueSet/order-status",
  "codeSystem": {
    "system": "http://hl7.org/fhir/order-status",
    "concept": [ {
      "code": "pending",
      "display": "Pending",
      "definition": "The order is known, but no processing has occurred at this time"
    }, {
      "code": "review",
      "display": "Review",
      "definition": "The order is undergoing initial processing to determine whether it will be accepted (usually this involves human review)"
    }, {
      "code": "rejected",
      "display": "Rejected",
      "definition": "The order was rejected because of a workflow/business logic reason"
    }, {
      "code": "error",
      "display": "Error",
      "definition": "The order was unable to be processed because of a technical error (i.e. unexpected error)"
    }, {
      "code": "accepted",
      "display": "Accepted",
      "definition": "The order has been accepted, and work is in progress."
    }, {
      "code": "cancelled",
      "concept": [ {
        "code": "replaced",
        "display": "Replaced",
        "definition": "The order has been cancelled and replaced by another."
      } ],
      "display": "Cancelled",
      "definition": "Processing the order was halted at the initiators request."
    }, {
      "code": "aborted",
      "display": "Aborted",
      "definition": "Processing the order was stopped because of some workflow/business logic reason."
    }, {
      "code": "completed",
      "display": "Completed",
      "definition": "The order has been completed."
    } ],
    "version": "1.0.2",
    "caseSensitive": true
  },
  "version": "1.0.2",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "other"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}