Connectathon 11 Snapshot

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

Operation-guidancerequest-guidance.xml

Raw XML (canonical form)

Operation Definition

<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="GuidanceRequest-guidance"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>guidance</h2>
      <p>OPERATION: guidance</p>
      <div>
        <p>The guidance operation requests clinical decision support guidance based on a specific
           knowledge module</p>

      </div>
      <p>URL: [base]/$guidance</p>
      <p>Parameters</p>
      <table class="grid">
        <tr>
          <td>
            <b>Use</b>
          </td>
          <td>
            <b>Name</b>
          </td>
          <td>
            <b>Cardinality</b>
          </td>
          <td>
            <b>Type</b>
          </td>
          <td>
            <b>Binding</b>
          </td>
          <td>
            <b>Documentation</b>
          </td>
        </tr>
        <tr>
          <td>IN</td>
          <td>request</td>
          <td>1..*</td>
          <td>GuidanceRequest</td>
          <td/>
          <td>
            <div>
              <p>The input guidance request information</p>

            </div>
          </td>
        </tr>
        <tr>
          <td>IN</td>
          <td>inputResource</td>
          <td>0..*</td>
          <td>DomainResource</td>
          <td/>
          <td>
            <div>
              <p>Input data for the request(s)</p>

            </div>
          </td>
        </tr>
        <tr>
          <td>OUT</td>
          <td>response</td>
          <td>1..*</td>
          <td>GuidanceResponse</td>
          <td/>
          <td>
            <div>
              <p>The results of the request(s)</p>

            </div>
          </td>
        </tr>
        <tr>
          <td>OUT</td>
          <td>outputResource</td>
          <td>0..*</td>
          <td>DomainResource</td>
          <td/>
          <td>
            <div>
              <p>Any output resources of the request(s)</p>

            </div>
          </td>
        </tr>
      </table>
    </div>
  </text>
  <url value="http://hl7.org/fhir/OperationDefinition/GuidanceRequest-guidance"/>
  <name value="guidance"/>
  <status value="draft"/>
  <kind value="operation"/>
  <publisher value="HL7 (FHIR Project)"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@lists.hl7.org"/>
    </telecom>
  </contact>
  <date value="2015-12-10T08:57:18+11:00"/>
  <description value="The guidance operation requests clinical decision support guidance based on a specific
   knowledge module"/>
  <code value="guidance"/>
  <system value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="request"/>
    <use value="in"/>
    <min value="1"/>
    <max value="*"/>
    <documentation value="The input guidance request information"/>
    <type value="GuidanceRequest"/>
  </parameter>
  <parameter>
    <name value="inputResource"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <documentation value="Input data for the request(s)"/>
    <type value="DomainResource"/>
  </parameter>
  <parameter>
    <name value="response"/>
    <use value="out"/>
    <min value="1"/>
    <max value="*"/>
    <documentation value="The results of the request(s)"/>
    <type value="GuidanceResponse"/>
  </parameter>
  <parameter>
    <name value="outputResource"/>
    <use value="out"/>
    <min value="0"/>
    <max value="*"/>
    <documentation value="Any output resources of the request(s)"/>
    <type value="DomainResource"/>
  </parameter>
</OperationDefinition>

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.