FHIR Chat · Azure FHIR get entire record · implementers

Stream: implementers

Topic: Azure FHIR get entire record


view this post on Zulip Chris Auer (Sep 14 2021 at 15:21):

When I first loaded my Azure FHIR with Synthea data, I would get the patient and all observations, encounters, etc.. Since then I have started loading my own data, but the patients and observations are in their own domains. I have tried to use $everything to get the patient record, but it doesn't seem to be what we are looking for. We are looking to take the entire nested patient record and validate it in a parser. We just cant seem to get the data to come out correctly.

view this post on Zulip Lloyd McKenzie (Sep 14 2021 at 22:10):

@Caitlin Voegele @Brendan Kowitz

view this post on Zulip Brendan Kowitz (Sep 14 2021 at 23:46):

Hi Chris, can you elaborate what you mean by the Patients and Observation are in their own domain?
To options to try first: 1) Patient $everything does split the Bundle into different segments as it fetches data, so for the entire patient record, you may need to follow the next links (https://docs.microsoft.com/en-us/azure/healthcare-apis/azure-api-for-fhir/patient-everything). 2) You could use a Patient/[id]$export to write it to a storage account. (https://docs.microsoft.com/en-us/azure/healthcare-apis/data-transformation/export-data)


Last updated: Apr 12 2022 at 19:14 UTC