BC Client Registry FHIR Implementation Guide
1.0.0 - Build CI
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
Official URL: http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-merge | Version: 1.0.0 | |||
Draft as of 2024-06-07 | 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
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | MergeRequestBundle | 1..1 | Bundle | The merge request Bundle. | ||
IN | MergeResponseBundle | 1..1 | Bundle | The merge response Bundle. |
Cardinality | Resource Type | Comment |
---|---|---|
1..1 | MetadataParametersIn | See profile. |
0..1 | MergePatient | See profile. |
Cardinality | Resource Type | Comment |
---|---|---|
1..1 | MetadataParametersOut | See profile. |
1,,1 | OperationOutcome | An OperationOutcome resource that has warnings and errors regarding the operation requested. |
Besides the two mandatory name-value pairs, none.
Besides the mandatory parameters, none.
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.