-
SMART Reference Implementation - NodeJS (supports v0.2)
https://github.com/smart-on-fhir/bulk-data-server (code)
https://bulk-data.smarthealthit.org (online)
-
HL7 (supports v0.1)
-
Cerner (supports v0.2)
https://fhir-open.stagingcerner.com/beta/a758f80e-aa74-4118-80aa-98cc75846c76/Patient/$export (open)
https://fhir-ehr.stagingcerner.com/beta/a758f80e-aa74-4118-80aa-98cc75846c76/token (authorization)
- client ids
- sample_jwks_es384 (if using ES384 Sample JWKs)
- sample_jwks_rs384 (if using RS384 Sample JWKs)
https://fhir-ehr.stagingcerner.com/beta/a758f80e-aa74-4118-80aa-98cc75846c76/Patient/$export (secure)
- client ids
-
ONC (supports v0.1)
http://52.70.192.201/open-fhir/fhir/ (open)
http://52.70.192.201/secure-fhir/view/newuser.html (registration)
-
CMS BCDA
https://sandbox.bcda.cms.gov/api/v1/metadata
- CMS Blue Button
https://sandbox.bluebutton.cms.gov/v1/fhir/metadata
-
SMART Reference Implementation - NodeJS (supports v0.2)
https://github.com/smart-on-fhir/sample-apps-stu3/tree/master/fhir-downloader
-
Python client application to stream data from a Bulk FHIR API into BigQuery, determining schema on the fly (supports v0.2)
https://github.com/jmandel/fhir-bulk-data-to-bigquery
-
Python client with auth support that converts a bulk data server into a generator for lightweight iteration through bulk resources returned (supports v0.2)
https://github.com/plangthorne/python-fhir (code)
https://github.com/plangthorne/python-fhir/blob/master/demo/BulkDataDemo.ipynb (demo notebook)
-
Go client that fetches data and stores to local FS, google cloud storage and/or export to bigquery (supports v0.1)