Patsiendi üldandmete teenus / Master Patient Index
1.4.0 - trial-use Estonia flag

Patsiendi üldandmete teenus / Master Patient Index - Downloaded Version 1.4.0 See the Directory of published versions

: Patient Foreign - XML Representation

Active as of 2025-10-14

Raw xml | Download


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="patient-foreign"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition patient-foreign</b></p><a name="patient-foreign"> </a><a name="hcpatient-foreign"> </a><p>URL: [base]/Patient/$foreign</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>identifier-country</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R5/datatypes.html#string">string</a></td><td/><td><div><p>Three-letter country code of the identifier issuer according to the ISO standard.</p>
</div></td></tr><tr><td>IN</td><td>birthdate</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R5/datatypes.html#date">date</a></td><td/><td><div><p>Patient's date of birth in yyyy-mm-dd format.</p>
</div></td></tr><tr><td>IN</td><td>gender</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R5/datatypes.html#string">string</a></td><td/><td><div><p>Patient's gender.</p>
</div></td></tr><tr><td>IN</td><td>given</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R5/datatypes.html#string">string</a></td><td/><td><div><p>Given name. Search supports similarity, allows up to 2 typos, case-insensitive. Comma-separated values are allowed.</p>
</div></td></tr><tr><td>IN</td><td>family</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R5/datatypes.html#string">string</a></td><td/><td><div><p>Family name. Search supports similarity, allows up to 2 typos, case-insensitive. Comma-separated values are allowed.</p>
</div></td></tr><tr><td>IN</td><td>telecom</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R5/datatypes.html#string">string</a></td><td/><td><div><p>Telecom value, e-mail or phone number. Case-insensitive. Comma-separated values are allowed.</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R5/bundle.html">Bundle</a></td><td/><td><div><p>Returns Bundle (with type collection) with Patient instances.</p>
</div></td></tr></table></div>
  </text>
  <url value="https://fhir.ee/mpi/OperationDefinition/patient-foreign"/>
  <version value="1.4.0"/>
  <name value="EEMPIPatientForeignSearch"/>
  <title value="Patient Foreign"/>
  <status value="active"/>
  <kind value="operation"/>
  <experimental value="false"/>
  <date value="2025-10-14T07:41:16+00:00"/>
  <publisher value="TEHIK"/>
  <contact>
    <name value="TEHIK"/>
    <telecom>
      <system value="url"/>
      <value value="https://tehik.ee"/>
    </telecom>
  </contact>
  <description
               value="The foreign operation perform complex search over non-estonian patient resources."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="EE"/>
      <display value="Estonia"/>
    </coding>
  </jurisdiction>
  <affectsState value="false"/>
  <code value="foreign"/>
  <resource value="Patient"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="identifier-country"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="Three-letter country code of the identifier issuer according to the ISO standard."/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="birthdate"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation value="Patient's date of birth in yyyy-mm-dd format."/>
    <type value="date"/>
  </parameter>
  <parameter>
    <name value="gender"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation value="Patient's gender."/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="given"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Given name. Search supports similarity, allows up to 2 typos, case-insensitive. Comma-separated values are allowed."/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="family"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Family name. Search supports similarity, allows up to 2 typos, case-insensitive. Comma-separated values are allowed."/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="telecom"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Telecom value, e-mail or phone number. Case-insensitive. Comma-separated values are allowed."/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="Returns Bundle (with type collection) with Patient instances."/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>