BC Client Registry FHIR Implementation Guide
1.0.0 - Build CI Canada flag

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

OperationDefinition: Merge Patient

Official URL: http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-merge Version: 1.0.0
Draft as of 2024-05-03 Computable Name: MergePatient

This operation is used to merge patients.

Note
This specification is currently published as a Draft Standard on the ministry GitHub and is not intended for implementation. Feedback is welcome but readers should understand that there is more work to be done in testing the profiles and operations defined in this guide. For more information, please see the Future Plans page in this guide.

Merge Patient is a FHIR Operation.

This operation needs the Patient.link.other field populated with an Identifier so the non-survivor Patients can be located. There may be more than one set of Identifiers and each will be merged (if they represent more than a single non-surviving Patient). See an example of linking the non-survivors here.

URL: [base]/Patient/$MergePatient

Input parameters Profile: MergeRequestBundle

Output parameters Profile: MergeResponseBundle

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INMergeRequestBundle1..1Bundle

The merge request Bundle.

INMergeResponseBundle1..1Bundle

The merge response Bundle.

Notes:

In Bundle Entries

Cardinality Resource Type Comment
1..1 MetadataParametersIn See profile.
0..1 MergePatient See profile.

Out Bundle Entries

Cardinality Resource Type Comment
1..1 MetadataParametersOut See profile.
1,,1 OperationOutcome An OperationOutcome resource that has warnings and errors regarding the operation requested.

Metadata In Parameters

Besides the two mandatory name-value pairs, none.

Metadata Out Parameters

Besides the mandatory parameters, none.

Examples

See Merge Patient only request example.
See Merge Patient with Payload request example.
See Merge Patient SSRI request example.
See Merge Patient response example.
See Merge Patient request example.
See Merge Patient response example.