Hi,
I am not finding any documentation around how to post sample test data FHIR Bundles I generated using Synthea tool
I provided the REST API URL as https:///Bundle and submitted using POST
The response looks like the data got created also under response header I see Location parameter getting populated with a value URL as http:///Bundle/43c5cec8-c677-4e33-b024-9b5b7ce1cc7d/_history/1...I dont know what it means or how to use it
Later I tried GET method to retrieve patient\observation data i don't see any records that i posted using FHIR bundle.
Can you please help
Fyi..I have deployed a custom azure fhir server using the template and the backend is SQL Server
In general I am not finding any good documentation around how customers can use Azure API for FHIR to perform bulk load testing
Please advise.