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

OperationDefinition: Patient Notification

Official URL: http://hlth.gov.bc.ca/fhir/client/OperationDefinition/bc-patient-notification Version: 1.0.0
Draft as of 2024-06-07 Computable Name: PatientNotification

This operation is used notify a user that a patient’s record has changed.

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.

This is the Patient Notification operation, aka Distribution.

A Patient resource is required to notify that a patient record has changed. This interaction is similar to RevisePatient, but the Client Registry is acting as the client.

URL: [base]/Patient/$PatientNotification

Input parameters Profile:ReviseRequestBundle

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INReviseRequestBundle1..1Bundle

The request bundle.

Notes:

The response to a Patient Notification Operation is a HTTP status code 200 on success without a body..

In Bundle Entries

Cardinality Resource Type Comment
1..1 MetadataParametersIn See profile.
1..1 ClientRegistryPatient See profile.

Out Bundle Entries

N/A

Metadata In Parameters

Besides the two mandatory name-value pairs, none.

Metadata Out Parameters

N/A

Examples

The following example is actually the revise patient example as it is identical to the notification request. See Patient Notification request example.