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

Order-outcome-code.xml

Definition for Value SetOrderOutcomeStatus

Raw XML

<ValueSet xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>OrderOutcomeStatus</h2>
      <p>The status of the response to an order</p>
      <p>This value set defines its own terms in the system http://hl7.org/fhir/order-outcome-code</p>
      <table>
        <tr>
          <td>
            <b>Code</b>
          </td>
          <td>
            <b>Display</b>
          </td>
          <td>
            <b>Definition</b>
          </td>
        </tr>
        <tr>
          <td>pending
            <a name="pending"> </a>
          </td>
          <td/>
          <td>The order is known, but no processing has occurred at this time.</td>
        </tr>
        <tr>
          <td>review
            <a name="review"> </a>
          </td>
          <td/>
          <td>The order is undergoing initial processing to determine whether it will be accepted (usually
             this involves human review).</td>
        </tr>
        <tr>
          <td>rejected
            <a name="rejected"> </a>
          </td>
          <td/>
          <td>The order was rejected because of a workflow/business logic reason.</td>
        </tr>
        <tr>
          <td>error
            <a name="error"> </a>
          </td>
          <td/>
          <td>The order was unable to be processed because of a technical error (i.e. unexpected error).</td>
        </tr>
        <tr>
          <td>accepted
            <a name="accepted"> </a>
          </td>
          <td/>
          <td>The order has been accepted, and work is in progress.</td>
        </tr>
        <tr>
          <td>cancelled
            <a name="cancelled"> </a>
          </td>
          <td/>
          <td>Processing the order was halted at the initiators request.</td>
        </tr>
        <tr>
          <td>..replaced
            <a name="replaced"> </a>
          </td>
          <td/>
          <td>The order has been cancelled and replaced by another.</td>
        </tr>
        <tr>
          <td>aborted
            <a name="aborted"> </a>
          </td>
          <td/>
          <td>Processing the order was stopped because of some workflow/business logic reason.</td>
        </tr>
        <tr>
          <td>complete
            <a name="complete"> </a>
          </td>
          <td/>
          <td>The order has been completed.</td>
        </tr>
      </table>
    </div>
  </text>
  <identifier value="http://hl7.org/fhir/vs/order-outcome-code"/>
  <name value="OrderOutcomeStatus"/>
  <publisher value="HL7 (FHIR Project)"/>
  <telecom>
    <system value="url"/>
    <value value="http://hl7.org/fhir"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="fhir@lists.hl7.org"/>
  </telecom>
  <description value="The status of the response to an order"/>
  <status value="draft"/>
  <date value="2014-09-30T18:09:16.976+10:00"/>
  <define>
    <system value="http://hl7.org/fhir/order-outcome-code"/>
    <caseSensitive value="true"/>
    <concept>
      <code value="pending"/>
      <definition value="The order is known, but no processing has occurred at this time."/>
    </concept>
    <concept>
      <code value="review"/>
      <definition value="The order is undergoing initial processing to determine whether it will be accepted (usually
       this involves human review)."/>
    </concept>
    <concept>
      <code value="rejected"/>
      <definition value="The order was rejected because of a workflow/business logic reason."/>
    </concept>
    <concept>
      <code value="error"/>
      <definition value="The order was unable to be processed because of a technical error (i.e. unexpected error)."/>
    </concept>
    <concept>
      <code value="accepted"/>
      <definition value="The order has been accepted, and work is in progress."/>
    </concept>
    <concept>
      <code value="cancelled"/>
      <definition value="Processing the order was halted at the initiators request."/>
      <concept>
        <code value="replaced"/>
        <definition value="The order has been cancelled and replaced by another."/>
      </concept>
    </concept>
    <concept>
      <code value="aborted"/>
      <definition value="Processing the order was stopped because of some workflow/business logic reason."/>
    </concept>
    <concept>
      <code value="complete"/>
      <definition value="The order has been completed."/>
    </concept>
  </define>
</ValueSet>