beda-software / fhir-py

FHIR Client for python
MIT License
174 stars 32 forks source link

Fix resource fetching for /fhir base urls #81

Closed pavlushkin closed 2 years ago

pavlushkin commented 2 years ago

Previously it was a bug in Aidbox: (https://github.com/Aidbox/Issues/issues/337). It is fixed now. So, we need to adjust fhir-py code to avoid errors like:

"GET /fhir/fhir/Patient not found"

TODO: remove path from base url