This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
Operation Definition
<OperationDefinition xmlns="http://hl7.org/fhir"> <id value="GuidanceRequest-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>KnowledgeModule</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-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-12-03T09:57:31+11: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="KnowledgeModule"/> </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.