Client Registry Implementation Guide
0.1.0 - ci-build Sri Lanka flag

Client Registry Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

OperationDefinition: Operation to link one Client with another.

Official URL: http://ig.hiu.lk/fhir/clientregistry/OperationDefinition/lk-link-clients Version: 0.1.0
Draft as of 2025-10-23 Computable Name: LinkClients

This operation is used to link two Clients. Linking is an internal procedure where the system applies some confirmation and 'links' resource instances with an internal mechanism. The 'link' is not disclosed or part of any FHIR resource, but a user can confirm the linkage by searching with the identifier list operation.

URL: [base]/Patient/$linkClients

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INpatientOne1..1string

An Identifier for one Client. As system|value.

INpatientTwo1..1string

An Identifier for the other Client. As system|value.

INunlink0..1boolean

Indicate that the server should 'unlink' patientTwo from patientOne. Client one is not the same individual as Client two. Default is false when not present.

OUToutcome1..1OperationOutcome

An Operation Outcome with description of results.