Stream: implementers
Topic: python
Cinyoung Hur (Oct 16 2018 at 13:36):
Hi All, I'm looking for Python implementation for FHIR server. Do you know something related to this?
Corey Pauley (Oct 16 2018 at 14:03):
Bump
Cinyoung Hur (Oct 18 2018 at 05:30):
I found client implementation for Python, for example, client-py(https://github.com/smart-on-fhir/client-py. But it would be great if there is server implementation too.
Parnesh Raniga (Oct 18 2018 at 07:17):
I would be interested in this as well mainly for tinkering reasons. @Cinyoung Hur Any particular reason you would like one?
Cinyoung Hur (Oct 18 2018 at 11:10):
If there is FHIR server in Python, it would be much easier for Python users to use FHIR. :)
Parnesh Raniga (Oct 19 2018 at 00:29):
@Cinyoung Hur The server can be anything really unless you are developing server side stuff. I am writing python code for a smart on fhir prototype which uses HAPI with OAuth as the backend and we will test also with the .NET implementations in the future.
nicola (RIO/SS) (Oct 19 2018 at 08:34):
Take a look at https://fhirbase.aidbox.app/integrations/python - this is db layer, which may be useful to build FHIR server
Bob Milius (Oct 19 2018 at 14:40):
fyi, there's a python stream here: https://chat.fhir.org/#narrow/stream/72-python
Cinyoung Hur (Oct 20 2018 at 11:35):
Thanks you!
Last updated: Apr 12 2022 at 19:14 UTC