DSTU2 QA Preview

This page is part of the FHIR Specification (v1.0.0: DSTU 2 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

Cqif\operation-guidancerequest-cqif-guidance-requirements.xml

Raw XML (canonical form)

Operation Definition

Raw XML

<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="guidancerequest-cqif-guidance-requirements"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>guidanceRequirements</h2>
      <p>OPERATION: guidanceRequirements</p>
      <div>
        <p>The guidance requirements operation determines the data requirements for a given module
           or set of modules</p>

      </div>
      <p>URL: [base]/$guidance-requirements</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>moduleIdentifier</td>
          <td>0..*</td>
          <td>Identifier</td>
          <td/>
          <td>
            <div>
              <p>The identifiers of the modules for which data requirements should be retrieved</p>

            </div>
          </td>
        </tr>
        <tr>
          <td>OUT</td>
          <td>result</td>
          <td>1..1</td>
          <td>Basic</td>
          <td/>
          <td>
            <div>
              <p>The aggregated data requirements for the requested modules</p>

            </div>
          </td>
        </tr>
      </table>
    </div>
  </text>
  <url value="http://hl7.org/fhir/OperationDefinition/guidancerequest-cqif-guidance-requirements"/>
  <name value="guidanceRequirements"/>
  <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-09-01T14:38:48+10:00"/>
  <description value="The guidance requirements operation determines the data requirements for a given module
   or set of modules"/>
  <code value="guidance-requirements"/>
  <system value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="moduleIdentifier"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <documentation value="The identifiers of the modules for which data requirements should be retrieved"/>
    <type value="Identifier"/>
  </parameter>
  <parameter>
    <name value="result"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation value="The aggregated data requirements for the requested modules"/>
    <type value="Basic"/>
    <profile>
      <reference value="http://hl7.org/fhir/StructureDefinition/cqif-knowledgemodule"/>
    </profile>
  </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.