STU 3 Candidate

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

Operation-task-set-input.xml

Raw XML (canonical form)

Operation Definition

<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="Task-set-input"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <h2>Set Task Input</h2>
      <p>OPERATION: Set Task Input</p>
      <div>
        <p>Set one of the inputs for a task.</p>

      </div>
      <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>input</td>
          <td>1..*</td>
          <td/>
          <td/>
          <td/>
        </tr>
        <tr>
          <td>IN</td>
          <td>input.name</td>
          <td>1..1</td>
          <td>string</td>
          <td/>
          <td>
            <div>
              <p>The name of the input to add or update.</p>

            </div>
          </td>
        </tr>
        <tr>
          <td>IN</td>
          <td>input.value[x]</td>
          <td>0..1</td>
          <td>Type</td>
          <td/>
          <td>
            <div>
              <p>If no value is provided, any current input with that name is removed from the resource.</p>

            </div>
          </td>
        </tr>
      </table>
    </div>
  </text>
  <url value="http://hl7.org/fhir/OperationDefinition/Task-set-input"/>
  <name value="Set Task Input"/>
  <status value="draft"/>
  <kind value="operation"/>
  <date value="2016-03-31T08:01:25+11:00"/>
  <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>
  <description value="Set one of the inputs for a task."/>
  <code value="set-input"/>
  <system value="false"/>
  <instance value="true"/>
  <parameter>
    <name value="input"/>
    <use value="in"/>
    <min value="1"/>
    <max value="*"/>
    <part>
      <name value="name"/>
      <use value="in"/>
      <min value="1"/>
      <max value="1"/>
      <documentation value="The name of the input to add or update."/>
      <type value="string"/>
    </part>
    <part>
      <name value="value[x]"/>
      <use value="in"/>
      <min value="0"/>
      <max value="1"/>
      <documentation value="If no value is provided, any current input with that name is removed from the resource."/>
      <type value="Type"/>
    </part>
  </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.