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 - JSON Representation

Draft as of 2024-06-07

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "bc-patient-merge",
  "text" : {
    "status" : "extensions",
    "div" : "<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>\n</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>\n</div></td></tr></table></div>"
  },
  "url" : "http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-merge",
  "version" : "1.0.0",
  "name" : "MergePatient",
  "title" : "Merge Patient",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2024-06-07T23:38:55+00:00",
  "publisher" : "BC Ministry of Health",
  "contact" : [
    {
      "name" : "BC Ministry of Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health"
        }
      ]
    }
  ],
  "description" : "This operation is used to merge patients.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CA",
          "display" : "Canada"
        }
      ]
    }
  ],
  "code" : "MergePatient",
  "resource" : [
    "Patient"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "inputProfile" : "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-merge-request-bundle",
  "outputProfile" : "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-merge-response-bundle",
  "parameter" : [
    {
      "name" : "MergeRequestBundle",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The merge request Bundle.",
      "type" : "Bundle"
    },
    {
      "name" : "MergeResponseBundle",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The merge response Bundle.",
      "type" : "Bundle"
    }
  ]
}