beda-software / fhir-py

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

Fix get resource by id (use rt/id, not search(_id=)) #111

Closed pavlushkin closed 1 year ago

pavlushkin commented 1 year ago

Fix a discrepancy between documentation (https://github.com/beda-software/fhir-py#get-resource-by-id) and actual http request that is executed in reference.to_resource()