NimbusInformatics / ncpi-fhir-pfb-prototype

A prototype exploring FHIR -> PFB
Apache License 2.0
1 stars 0 forks source link

Create a simple FLASK web proxy #5

Open briandoconnor opened 3 years ago

briandoconnor commented 3 years ago

Use the basic FLASK server already available in this Docker compose to act as a proxy, taking a FHIR query, performing the query on a given FHIR server, and returning the result as a PFB.

In subsequent versions we could drop off the PFB in a google cloud bucket which makes it easier to ingest into the Terra platform through the use of a simple URL endpoint

briandoconnor commented 3 years ago

Good to get this done before the next GMKF meeting