Skip to content

Commit

Permalink
deploy: 6a46a5e
Browse files Browse the repository at this point in the history
  • Loading branch information
brynrhodes committed Jan 31, 2024
1 parent db1138f commit ae6e940
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions hooks/order-select/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -712,16 +712,14 @@ <h1 id="order-select"><code>order-select</code><a class="headerlink" href="#orde
</tbody>
</table>
<h2 id="workflow">Workflow<a class="headerlink" href="#workflow" title="Permanent link">&para;</a></h2>
<p>The <code>order-select</code> hook fires when a clinician selects one or more orders to place for a patient, (including orders for medications, procedures, labs and other orders). If supported by the CDS Client, this hook may also be invoked each time the clinician selects a detail regarding the order.
This hook is among the first workflow events for an order entering a draft status.
The context of this hook may include defaulted order details
as it first occurs immediately upon the clinician selecting the order from the order catalogue of the CPOE, or upon her manual selection of order details (e.g. dose, quantity, route, etc). CDS services should expect some of the order information to not yet be specified.
Additionally, the context may include previously selected orders that are not yet signed from the same ordering session.
The <code>order-select</code> hook occurs after the clinician selects the order and before signing. </p>
<p>This hook is intended to replace (deprecate) the <code>medication-prescribe</code> hook. </p>
<p>The order-select hook occurs after the clinician selects the order and before signing.</p>
<p>This hook occurs when a clinician initially selects one or more new orders from a list of potential orders for a specific patient (including orders for medications, procedures, labs and other orders). The newly selected order defines that medication, procedure, lab, etc, but may or may not define the additional details necessary to finalize the order.</p>
<p><code>order-select</code> is among the first workflow events for an order entering a draft status. The context of this hook may include defaulted order details upon the clinician selecting the order from the order catalogue of the CPOE, or upon her manual selection of order details (e.g. dose, quantity, route, etc). CDS services should expect some of the order information to not yet be specified. Additionally, the context may include previously selected orders that are not yet signed from the same ordering session. </p>
<p>This hook is intended to replace (deprecate) the medication-prescribe hook.</p>
<h2 id="context">Context<a class="headerlink" href="#context" title="Permanent link">&para;</a></h2>
<p>Decision support should focus on the 'selected' orders - those that are newly selected or actively being authored. The non-selected orders are included in the context to provide context and to allow decision support to take into account other pending actions that might not yet be stored in the system (and therefore not queryable).
The context of this hook distinguishes between the list of unsigned orders from the clinician's ordering session, and the one or more orders just added to this list. The <code>selections</code> field contains a list of ids of these newly selected orders; the <code>draftOrders</code> Bundle contains an entry for all unsigned orders from this session, including newly selected orders.</p>
<p>Decision support should focus on the 'selected' orders - those that are newly selected or actively being authored. The non-selected orders are included in the context to provide context and to allow decision support to take into account other pending actions that might not yet be stored in the system (and therefore not queryable).
The context of this hook distinguishes between the list of unsigned orders from the clinician's ordering session, and the one or more orders just added to this list. The <code>selections</code> field contains a list of ids of these newly selected orders; the draftOrders Bundle contains an entry for all unsigned orders from this session, including newly selected orders.</p>
<p>The selected order(s) may or may not define the additional details necessary to finalize the order (such as route, dose, etc). Note that at the point of the related order-sign hook, all order details are known. </p>
<table>
<thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit ae6e940

Please sign in to comment.