Category Archives: FHIR

How to clean up the FHIR objects using bundle in PowerShell?

Summary This post is continuation of the previous post. How to clean up the FHIR objects in the Postman received as a bundle? PowerShell Code Conclusion This is other ways you can clean up the FHIR objects.

Posted in FHIR | Tagged , , , , | Leave a comment

How to call Epic on FHIR using Postman?

Summary I was tasked to get Sandbox Epic test data using FHIR APIs. This article will briefly demonstrate how to setup the App on Epic?, How provide required permissions for the App? and How to call the API using the … Continue reading

Posted in FHIR, Power Apps, Power Apps, Power Automate, Technical Stuff | Tagged , , , , | 1 Comment

How to create smaller chunks of record collection from the large list of records in PowerApps?

Summary The need was to create smaller chunks of records from the large list of record collections in the PowerApps using PowerFx functions. To demonstrate the large list I have generated it using the Sequence PowerFx function. I used the … Continue reading

Posted in FHIR, Power Apps | Leave a comment

How to POST master/details FHIR objects using bundle?

Summary I was helping a colleague to store the ReaserchStudy and ResearchSubject FHIR objects. The objects are in the master details format. Every ReaserchStudy has ResearchSubject and they are linked using the Reference objects. The ResearchSubject has the “study” property … Continue reading

Posted in FHIR | Leave a comment

How to resolve “FHIRBase.GETPatient failed: Failed to execute ‘atob’ on ‘Window’: The string to be decoded is not correctly encoded.” error?

Summary I tried using the FHIRBase and FHIRClinical power platform connectors for my project. I got the following error. FHIRBase.GETPatient failed: Failed to execute ‘atob’ on ‘Window’: The string to be decoded is not correctly encoded. You will find the … Continue reading

Posted in Azure, FHIR, Technical Stuff | Leave a comment

How to clean up the FHIR objects in the Postman received as a bundle?

Summary My need was to remove stale FHIR condition objects with the wrong concept codes in the Azure FHIR test server. Here is the quick tip and Javascript code to remove such data for any FHIR resource. Note: You should … Continue reading

Posted in FHIR | Leave a comment