Category Archives: FHIR

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