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 Link - XML Representation

Active as of 2025-10-14

Raw xml | Download


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="patient-link"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition patient-link</b></p><a name="patient-link"> </a><a name="hcpatient-link"> </a><p>URL: [base]/Patient/$link</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>source-patient</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R5/references.html#Reference">Reference</a> (<a href="StructureDefinition-ee-mpi-patient.html" title="https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient">EE MPI Patient</a>)</td><td/><td><div><p>A direct resource reference to the <strong>source</strong> patient resource</p>
</div></td></tr><tr><td>IN</td><td>source-patient-identifier</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R5/datatypes.html#Identifier">Identifier</a></td><td/><td><div><p>An identifier of the source patient</p>
</div></td></tr><tr><td>IN</td><td>target-patient</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R5/references.html#Reference">Reference</a> (<a href="StructureDefinition-ee-mpi-patient.html" title="https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient">EE MPI Patient</a>)</td><td/><td><div><p>A direct resource reference to the <strong>target</strong> patient resource.</p>
<p>This is the surviving patient resource, the target for the link.</p>
</div></td></tr><tr><td>IN</td><td>target-patient-identifier</td><td/><td>0..*</td><td><a href="http://hl7.org/fhir/R5/datatypes.html#Identifier">Identifier</a></td><td/><td><div><p>An identifier of the target patient</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R5/patient.html">Patient</a></td><td/><td><div><p>In case of successful link operation it returns the target patient resource with newly created link. In case of error returns OperationOutcome with detailed error message.</p>
</div></td></tr></table></div>
  </text>
  <url value="https://fhir.ee/mpi/OperationDefinition/patient-link"/>
  <version value="1.4.0"/>
  <name value="EEMPIPatientLink"/>
  <title value="Patient Link"/>
  <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 link operation is used to link two patient resources. One of the two patients is identified as the source and one as the target. The link with type 'replaces' is created in target patient resource and points to source patient, the another link with type 'replaced-by' is created in source patient resource and points to target patient."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="EE"/>
      <display value="Estonia"/>
    </coding>
  </jurisdiction>
  <affectsState value="true"/>
  <code value="link"/>
  <resource value="Patient"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="source-patient"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="A direct resource reference to the **source** patient resource"/>
    <type value="Reference"/>
    <targetProfile
                   value="https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient"/>
  </parameter>
  <parameter>
    <name value="source-patient-identifier"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <documentation value="An identifier of the source patient"/>
    <type value="Identifier"/>
  </parameter>
  <parameter>
    <name value="target-patient"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="A direct resource reference to the **target** patient resource.

This is the surviving patient resource, the target for the link."/>
    <type value="Reference"/>
    <targetProfile
                   value="https://fhir.ee/mpi/StructureDefinition/ee-mpi-patient"/>
  </parameter>
  <parameter>
    <name value="target-patient-identifier"/>
    <use value="in"/>
    <min value="0"/>
    <max value="*"/>
    <documentation value="An identifier of the target patient"/>
    <type value="Identifier"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="In case of successful link operation it returns the target patient resource with newly created link. In case of error returns OperationOutcome with detailed error message."/>
    <type value="Patient"/>
  </parameter>
</OperationDefinition>