{
"description": "This operation is used to merge patients.",
"_filename": "OperationDefinition-bc-patient-merge.json",
"package_name": "fhir.ca-bc.client",
"date": "2024-10-31T18:32:51+00:00",
"system": false,
"publisher": "BC Ministry of Health",
"instance": false,
"jurisdiction": [ {
"coding": [ {
"code": "CA",
"system": "urn:iso:std:iso:3166",
"display": "Canada"
} ]
} ],
"name": "MergePatient",
"type": "true",
"experimental": null,
"outputProfile": "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-merge-response-bundle",
"resourceType": "OperationDefinition",
"title": "Merge Patient",
"package_version": "1.0.1-beta",
"status": "draft",
"id": "6eaa4c04-d1ea-4712-a5f3-82cdedda51d6",
"resource": [ "Patient" ],
"kind": "operation",
"url": "http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-merge",
"code": "MergePatient",
"version": "1.0.0",
"contact": [ {
"name": "BC Ministry of Health",
"telecom": [ {
"value": "https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health",
"system": "url"
} ]
} ],
"inputProfile": "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-merge-request-bundle",
"parameter": [ {
"max": "1",
"min": 1,
"use": "in",
"name": "MergeRequestBundle",
"type": "Bundle",
"documentation": "The merge request Bundle."
}, {
"max": "1",
"min": 1,
"use": "in",
"name": "MergeResponseBundle",
"type": "Bundle",
"documentation": "The merge response Bundle."
} ]
}