Hi
I’m developing for a first time an interface to send ADT to Jason API.
How can i configure my thread to do the following steps:
1-New Token Path/oauth/token
Request Method POST Headers
Content-Type: application/json
2-Add Patient Path /endpoint/patients/
Request Method POST
Headers Content-Type: application/json
Authorization: Bearer oauth_access_token
Description Use this method to add eligibility data for a new patient
3-Update Patient Path /endpoint/patients/id
Request Method PATCH
Headers Content-Type: application/json
Authorization: Bearer oauth_access_token
Description Use this method to update eligibility data for an existing patient
Thank you in advance.
Best Regards,
Mahmoud