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

: Merge Patient - XML Representation

Draft as of 2024-06-07

Raw xml | Download



<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="bc-patient-merge"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>URL: [base]/Patient/$MergePatient</p><p>Input parameters Profile:<a href="StructureDefinition-bc-merge-request-bundle.html">MergeRequestBundle</a></p><p>Output parameters Profile:<a href="StructureDefinition-bc-merge-response-bundle.html">MergeResponseBundle</a></p><p>Parameters</p><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>MergeRequestBundle</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>The merge request Bundle.</p>
</div></td></tr><tr><td>IN</td><td>MergeResponseBundle</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>The merge response Bundle.</p>
</div></td></tr></table></div>
  </text>
  <url
       value="http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-merge"/>
  <version value="1.0.0"/>
  <name value="MergePatient"/>
  <title value="Merge Patient"/>
  <status value="draft"/>
  <kind value="operation"/>
  <date value="2024-06-07T23:38:55+00:00"/>
  <publisher value="BC Ministry of Health"/>
  <contact>
    <name value="BC Ministry of Health"/>
    <telecom>
      <system value="url"/>
      <value
             value="https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health"/>
    </telecom>
  </contact>
  <description value="This operation is used to merge patients."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="CA"/>
      <display value="Canada"/>
    </coding>
  </jurisdiction>
  <code value="MergePatient"/>
  <resource value="Patient"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <inputProfile
                value="http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-merge-request-bundle"/>
  <outputProfile
                 value="http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-merge-response-bundle"/>
  <parameter>
    <name value="MergeRequestBundle"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation value="The merge request Bundle."/>
    <type value="Bundle"/>
  </parameter>
  <parameter>
    <name value="MergeResponseBundle"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation value="The merge response Bundle."/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>