- I have registered a SMART on FHIR application on https://code-console.cerner.com.
- I created my own test patient data with scope user/Patient.read and user/Patient.write using below URL
https://fhir-ehr-code.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Patient
We are facing issue while creating new patient via Potman where we are getting 201 status with empty response in body. So we are unable to track Patient which we are trying to create
We are using DSTU 2 Final (1.0.2) version where we followed the below doc in order to make post call .
Patient | DSTU 2 API (cerner.com)
Note:- We used same URL and the Payload which is available in the document.
Access-token sample for reference:-
eyJraWQiOiIyMDIzLTEwLTI1VDAwOjA4OjM0Ljc3OS5lYy5lczI1NiIsInR5cCI6IkpXVCIsImFsZyI6IkVTMjU2In0
- I was succesfully able to create new patient, but unable to view it in the test sanbox where sample patient data is available, Can you please clarify on how can i view the data that i created newly in the test sandbox. Please refer to the screenshot below
