eHealth Infrastructure (v1.0.0)


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="Library--evaluate"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>evaluate</h2><p>OPERATION: evaluate</p><p>The official URL for this operation definition is: </p><pre>http://ehealth.sundhed.dk/fhir/OperationDefinition/Library--evaluate</pre><div><p>The operation causes the parameters passed as input to be evaluated against the decision support rule identified by the Library resource, returning the produced output and/or errors. The operation is applicable for logic-library type (see Library.type) Library resource that identifies a decision support rule and defines its parameters. The input Parameters shall be structured in accordance with the Library.parameter and also contain a value for each parameter congruent with the parameter type.</p>
</div><p>URL: [base]/Library/$evaluate</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>parameters</td><td>0..1</td><td><a href="http://hl7.org/fhir/STU3/parameters.html">Parameters</a></td><td/><td/></tr></table></div>
  </text>
  <url
       value="http://ehealth.sundhed.dk/fhir/OperationDefinition/Library--evaluate"/>
  <version value="1.0.0"/>
  <name value="evaluate"/>
  <status value="active"/>
  <kind value="operation"/>
  <date value="2019-03-06T14:43:56+00:00"/>
  <description
               value="The operation causes the parameters passed as input to be evaluated against the decision support rule identified by the Library resource, returning the produced output and/or errors. The operation is applicable for logic-library type (see Library.type) Library resource that identifies a decision support rule and defines its parameters. The input Parameters shall be structured in accordance with the Library.parameter and also contain a value for each parameter congruent with the parameter type."/>
  <idempotent value="true"/>
  <code value="evaluate"/>
  <resource value="Library"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="parameters"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <type value="Parameters"/>
  </parameter>
</OperationDefinition>