Azure Health Data Services Transaction bundle not ingesting
Hello
We are trying to Post a transaction or batch FHIR bundle and want the Azure Health Data Services FHIR api to post each individual FHIR resource(patient, specimen, encounter etc) in the bundle. I can post the bundle and get 200 when i send to /Batch, however, when i send a GET the individual fhir resource logical id e.g. /Patient/1234 the resource doesn't exist. It seems like the Azure Health Data FHIR api is only storing the entire bundle not each individual resource. We need the api to store each individual FHIR resources. If i send 10 resources in a bundle, we need the api to right 10 resources to the datastore. Please help!