STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Gao-decision-support-service.xml

Raw XML (canonical form)

The Decision Support Service actor implements the $evaluate operation to determine whether that an order is appropriate according to clinical guidelines. (id = "gao-decision-support-service")

<Conformance xmlns="http://hl7.org/fhir">
  <id value="gao-decision-support-service"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>GAO Decision Support Service</h2>
      <p>The Decision Support Service actor implements the $evaluate operation to determine   
           whether that an order is appropriate according to clinical guidelines.</p>
      <table>
        <tr>
          <td>Mode</td>
          <td>SERVER</td>
        </tr>
        <tr>
          <td>Description</td>
          <td/>
        </tr>
        <tr>
          <td>Transaction</td>
          <td/>
        </tr>
        <tr>
          <td>System History</td>
          <td/>
        </tr>
        <tr>
          <td>System Search</td>
          <td/>
        </tr>
      </table>
      <table>
        <tr>
          <th>
            <b>Resource Type</b>
          </th>
          <th>
            <b>Profile</b>
          </th>
          <th>
            <b>Read</b>
          </th>
          <th>
            <b>V-Read</b>
          </th>
          <th>
            <b>Search</b>
          </th>
          <th>
            <b>Update</b>
          </th>
          <th>
            <b>Updates</b>
          </th>
          <th>
            <b>Create</b>
          </th>
          <th>
            <b>Delete</b>
          </th>
          <th>
            <b>History</b>
          </th>
        </tr>
        <tr>
          <td>Order</td>
          <td>
            <a href="http://hl7.org/fhir/StructureDefinition/gao-order">http://hl7.org/fhir/StructureDefinition/gao-order</a>
          </td>
          <td>y</td>
          <td/>
          <td/>
          <td/>
          <td/>
          <td/>
          <td/>
          <td/>
        </tr>
      </table>
    </div>
  </text>
  <url value="http://hl7.org/fhir/Conformance/gao-decision-support-service"/>
  <name value="GAO Decision Support Service"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2015-11-19"/>
  <publisher value="HL7"/>
  <description value="The Decision Support Service actor implements the $evaluate operation to determine   
     whether that an order is appropriate according to clinical guidelines."/>
  <requirements value="A Decision Support actor must implement the requirements expressed in this conformance
   resource."/>
  <kind value="requirements"/>
  <fhirVersion value="1.4.0"/>
  <acceptUnknown value="extensions"/>
  <format value="xml"/>
  <format value="json"/>
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-order"/>
  </profile>
<!--    Declare one or more of these four to indicate which kinds of orders the service evaluates
      -->
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-diagnosticorder"/>
  </profile>
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-medicationorder"/>
  </profile>
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-referralrequest"/>
  </profile>
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-procedurerequest"/>
  </profile>
<!--    Declare this because your service provides results    -->
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-result"/>
  </profile>
<!--    Declare this if your service provides alternates    -->
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-alternate"/>
  </profile>
<!--    Declare this if your service asks questions    -->
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-questionnaire"/>
  </profile>
<!--    Declare this if your service signs the response    -->
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-extension-signature"/>
  </profile>
<!--    Declare this if your service scores the response    -->
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-extension-score"/>
  </profile>
<!--    Declare these because your service implements these extensions    -->
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-extension-item"/>
  </profile>
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-extension-period"/>
  </profile>
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-extension-guideline"/>
  </profile>
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-extension-device"/>
  </profile>
  <profile>
    <reference value="http://hl7.org/fhir/StructureDefinition/gao-extension-practitioner"/>
  </profile>
  <rest>
    <mode value="server"/>
    <resource>
      <type value="Order"/>
      <profile>
        <reference value="http://hl7.org/fhir/StructureDefinition/gao-order"/>
      </profile>
      <interaction>
        <code value="read"/>
        <documentation value="A Decision Support Server must support the $evaluate operation on Order.             At
         present, there is no way to express this in the Interaction component in a compliance
         resource."/>
      </interaction>
    </resource>
    <operation>
      <name value="GAO Evaluate Order"/>
      <definition>
        <reference value="http://hl7.org/fhir/OperationDefinition/gao-order-evaluate"/>
      </definition>
    </operation>
  </rest>
</Conformance>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.