Stream: implementers
Topic: fhirclient python
Matt Antalek (Dec 09 2020 at 17:37):
Hi All,
I'm a complete noob. I've been learning and I'm trying to use the python smart-on-fhir fhirclient library to create entries (?) on a locally running HAPI FHIR server. Does anyone have experience using the library? Are there other libraries that folks here have used? I have a few follow up questions as well.
Michele Mottini (Dec 09 2020 at 18:02):
There is a #python stream
Michele Mottini (Dec 09 2020 at 18:03):
Lots of people use Java - HAPI and the .NET library (there are streams for those as well)
Matt Antalek (Dec 09 2020 at 19:32):
Thanks! I'll poke around over there!
Eric Haas (Dec 09 2020 at 20:01):
i use the class model all the time to create resource instances. use the standard requests library for transaction however
Last updated: Apr 12 2022 at 19:14 UTC