Stream: implementers
Topic: Python fhir library use
kofi ofuafor (Apr 16 2021 at 09:57):
How to use python fhir resources in flask. Is there anyone who would help?
kofi ofuafor (Apr 16 2021 at 09:57):
How to use python fhir resources in flask. Is there anyone who would help?
kofi ofuafor (Apr 16 2021 at 09:58):
How to use python fhir resources in flask. Is there anyone who would help?
Julian Sass (Apr 16 2021 at 11:40):
There is an example flask client app in the fhirclient library that you might find helpful. https://github.com/smart-on-fhir/client-py
If you want to build your own endpoint, Flask-RESTful on top of Flask is good and you could use fhir.resources library to parse requests. https://github.com/nazrulworld/fhir.resources
Last updated: Apr 12 2022 at 19:14 UTC