Client Registry Implementation Guide
0.1.0 - ci-build
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
| 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
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | patientOne | 1..1 | string | An Identifier for one Client. As system|value. | ||
| IN | patientTwo | 1..1 | string | An Identifier for the other Client. As system|value. | ||
| IN | unlink | 0..1 | boolean | 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. | ||
| OUT | outcome | 1..1 | OperationOutcome | An Operation Outcome with description of results. |