MHNexus Sdn Bhd
0.1.0 - ci-build
Notification API to update user (patient/customer or practitioner) of information that would be of interest to them.
For a source system to integrate with HIE, certain flow requires the notification API to be used during the process to complete the operational flow.
To start using the notification API, a source system needs to be registered and will then be given a credential for them to interact with the API.
Sample Description | Sample Body | API Method | API |
---|---|---|---|
Bearer Token |
{ "email":"sample@email.com", "password":"12345678" } |
POST | http://111.22.33.44:55/api/v2/user/session |
Below are use cases that are related to notification API:
refer
scenario: once a practitioner begins a VC session, a notification is required to update the customer/patient using RekodSaya to join the VC session.
Sample Description | Sample Body | API Method | API |
---|---|---|---|
Send Notification |
{ "title": "VC session starting", "body": "You can now join the meeting room", "patientIds": ["950728106051"] } |
POST | http://111.22.33.44:55/api/v2/notification-script |
IG © 2024+ Example Publisher. Package fhir.example#0.1.0
based on FHIR
4.0.1. Generated
2024-12-23
Links: Table of
Contents |
QA Report