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