Community connector to Google Data Studio, with an ability to collect some information from FHIR server.
Demo report with some data available here: https://datastudio.google.com/s/m-aPsHhT_iY
- Visit Google Apps Script and create a new project.
- In the Apps Script development environment.
- In Project Settings, tick
Show "appsscript.json" manifest file in editor
- Return to Editor replace of the content of file
appsscript.json
with the content of thesrc/appsscript.json
file from the repository - For every .js file under src, you will need to create a file in Apps Scripts, then copy over the content from the repository.
- Press
Deploy
->New Deployment
fill the description and pressDeploy
button - Copy
Deployment ID
- In Project Settings, tick
- Log in to Google Data Studio
- Create new Data Source using
Build Your Own
connector. - Paste
Deployement ID
and pressValidate
- Should validate the connector, and give a tile for futher configuration
- Create new Data Source using
This connector requires you to enter the FHIR endpoint and AccessToken. In addition you have to choose the Resource, at the moment it supports only Patient
, Encounter
and Practitioner
. Optionally for Patient
possible to set Resource Id
.