Patsiendi üldandmete teenus / Master Patient Index
1.1.1 - trial-use
Publication Build: This will be filled in by the publication tooling
Official URL: https://fhir.ee/mpi/OperationDefinition/patient-unlink | Version: 1.1.1 | |||
Standards status: Trial-use | Maturity Level: 1 | Computable Name: EEMPIPatientUnlink |
The unlink operation is used to unlink two patient resources. One of the two patients is identified as the source and one as the target. The links between the source and destination Patients will be removed. Destination resource will be reactivated.
Generated Narrative: OperationDefinition patient-unlink
URL: [base]/Patient/$unlink
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | source-patient | 0..1 | Reference (Patient) | A direct resource reference to the source patient resource (this may include an identifier). | ||
IN | source-patient-identifier | 0..* | Identifier | When source-patient-identifiers are provided, the server is expected to perform an internal lookup to identify the source patient record. The server SHALL reject the request if the provided identifiers do not resolve to a single patient record. This resolution MAY occur asynchronously, for example, as part of a review by a user. | ||
IN | target-patient | 0..1 | Reference (Patient) | A direct resource reference to the target patient resource. This is the surviving patient resource, the target for the merge. | ||
IN | target-patient-identifier | 0..* | Identifier | When target-patient-identifiers are provided, the server is expected to perform an internal lookup to identify the target patient record. The server SHALL reject the request if the provided identifiers do not resolve to a single patient record. This resolution MAY occur asynchronously, for example, as part of a review by a user. | ||
OUT | return | 1..1 | Patient | The status of the response will be one of:
The Parameters resource will include:
|