GIIS Implementation Guide
0.1.8 - ci-build International flag

GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions

: ESAVI Operation Definition - XML Representation

Draft as of 2024-09-05

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="ESAVIOperationDefinition"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition ESAVIOperationDefinition</b></p><a name="ESAVIOperationDefinition"> </a><a name="hcESAVIOperationDefinition"> </a><a name="ESAVIOperationDefinition-en-US"> </a><p>URL: [base]/QuestionnaireResponse/$find-esavi-by-date</p><h3>Parameters</h3><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</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>start</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#date">date</a></td><td/><td><div><p>First date of the range to search for ESAVIs</p>
</div></td></tr><tr><td>IN</td><td>end</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#date">date</a></td><td/><td><div><p>Second date of the range to search for ESAVIs</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>Each QuestionnaireResponse found in the range of dates</p>
</div></td></tr></table></div>
  </text>
  <url
       value="https://paho.org/fhir/giis/OperationDefinition/ESAVIOperationDefinition"/>
  <version value="0.1.8"/>
  <name value="ESAVIOperationDefinition"/>
  <title value="ESAVI Operation Definition"/>
  <status value="draft"/>
  <kind value="operation"/>
  <date value="2024-09-05T15:52:58+00:00"/>
  <publisher value="CENS"/>
  <contact>
    <name value="CENS"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.cens.cl"/>
    </telecom>
  </contact>
  <description
               value="Operation definition made for the searching of ESAVIs by range of date"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <code value="find-esavi-by-date"/>
  <resource value="QuestionnaireResponse"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="start"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation value="First date of the range to search for ESAVIs"/>
    <type value="date"/>
  </parameter>
  <parameter>
    <name value="end"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation value="Second date of the range to search for ESAVIs"/>
    <type value="date"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="Each QuestionnaireResponse found in the range of dates"/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>