Stream: analytics on FHIR
Topic: FHIR rest api
Atul Sharma (Jan 14 2021 at 15:06):
Hi All,
Can you provide me any idea how to connect to FHIR rest API using ODBC connector. which driver I should use.
Atul
Joel Schneider (Jan 14 2021 at 15:45):
The RESTful FHIR API is a web API, based on HTTP (not SQL). I'm not aware of any ODBC driver for it.
To connect, you could use one of the reference implementation libraries. Open source libraries are available for a variety of programming languages, including .NET/C#, Java, Swift, JavaScript, Python, and Pascal.
http://hl7.org/fhir/implsupport-module.html
General purpose web service tools such as curl and Postman may also be useful for simple tasks.
Last updated: Apr 12 2022 at 19:14 UTC