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

CapabilityStatement: BC HCIM Client Capability Statement

Official URL: http://hlth.gov.bc.ca/fhir/client/CapabilityStatement/bc-hcim-capability-statement-client Version: 1.0.0
Draft as of 2021-11-18 Computable Name: HCIMClientCapabilityStatement

This capability statement describes the use cases that are supported by the BC FHIR implementation of the Client Registry when it is acting as a client. I.e. sending notifications.

Raw OpenAPI-Swagger Definition file | Download

This capability statement describes the use cases that are supported by the BC FHIR implementation of the Client Registry when acting as a client. I.e. when sending Patient change notifications.

A Patient change notification is accomplished by using Subscriptions. A client will register a Subscription with the Client Registry. When the Client Registry determines that a change to a Patient has occurred, it will notify all clients that have subscribed to changes of that specific type.

The outgoing response to the Subscription is a Bundle. The Bundle has two entries: One with MetadataParamtersIn for messageId, messageDate and sender, one for a ClientRegistryPatient (profile of Patient). The following table describes the request and the four parameters; all are mandatory. The Client Registry SHALL use the following IN parameters when sending a change notification.

UseNameCardinalityTypeBindingDocumentation
INReviseRequestBundle1..1ReviseRequestBundle

A Bundle with the Patient change.

OUTOut is a 200 HTTP response code indicating the subscription response was recieved.