Skip to main content

Notify a change to a linked care context

Notify the Consent Management (CM) system about any updates HiTypes of the already linked care context for a patient.

POST/api/hiecm/hip/v3/link/context/notify

By invoking this API, Health Information Providers (HIPs) can inform the CM system of changes or updates to the patient’s care context, ensuring that the most current and accurate health information is maintained. This process is crucial for the integrity and synchronization of patient health records across the network, supporting seamless and efficient health information exchange.

Authorizations

Authorizationbearer tokenRequired

Headers

REQUEST-IDstringRequired

Unique UUID for track the end to end request transaction

TIMESTAMPstringRequired

Actual time of the request was initiated, ISO 8601 represents date and time by starting with the year, followed by the month, the day, the hour, the minutes, seconds and milliseconds

X-CM-IDstringRequired

Suffix of the consent manager to which the request was intended

X-HIP-IDstringRequired

Identifier of the health information provider to which the request was intended

Body

notificationobjectRequired
notification.patientobjectRequired
notification.patient.idstringRequired

The abha address of the patient

notification.careContextobjectRequired

A care context - one episode or record grouping at the HIP.

notification.careContext.patientReferencestringRequired

"A patient identifier with which patient is registered in the facility/hospital"

notification.careContext.careContextReferencestringRequired

An identifier of patient's care context created in HIP. A care context is a group of patient's health data (Not the actual health data)

notification.hiTypesstring[]Required

Type of health data that created in the care context

notification.datestringRequired

This should be a UTC Date & Time in ISO format

notification.hipobjectRequired

Identifier and name of the health information provider.

notification.hip.idstringRequired

The service ID of the health information provider

Responses

401

Unauthorized

Everything returns 401

404

server cannot find the requested resource

Error codes for this module

500

Internal Server Error

Error codes for this module