beda-software / fhir-py

FHIR Client for python
MIT License
168 stars 31 forks source link

Add support for chained search without specifying target resource type #65

Closed ruscoder closed 1 year ago

ruscoder commented 3 years ago

The following examples should work:

client.resources('Patient').search(general_practitioner__name='test')
client.resources('Patient').search(general_practitioner__Practitioner__name='test')
ruscoder commented 1 year ago

Duplicates #92