![]() |
VOOZH | about |
The CData Excel Add-In for FHIR provides formulas that can query FHIR data. The following three steps show how you can automate the following task: Search FHIR data for a user-specified value and then organize the results into an Excel spreadsheet.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as FHIRConnection1, or a connection string. The connection string consists of the required properties for connecting to FHIR data, separated by semicolons.
Set URL to the Service Base URL of the FHIR server. This is the address where the resources are defined in the FHIR server you would like to connect to. Set ConnectionType to a supported connection type. Set ContentType to the format of your documents. Set AuthScheme based on the authentication requirements for your FHIR server.
Generic, Azure-based, AWS-based, and Google-based FHIR server implementations are supported.
The product supports connections to custom instances of FHIR. Authentication to custom FHIR servers is handled via OAuth (read more about OAuth in the Help documentation. Before you can connect to custom FHIR instances, you must set ConnectionType to Generic.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM Patient WHERE [address-city] = '"&B5&"'","URL="&B1&";ConnectionType="&B2&";ContentType="&B3&";AuthScheme="&B4&";Provider=FHIR",B6)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for FHIR to get started:
Download NowLearn more:
👁 FHIR IconThe FHIR Excel Add-In is a powerful tool that allows you to connect with live FHIR data, directly from Microsoft Excel.
Use Excel to read, write, and update FHIR 0, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!