beda-software / fhir-py

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

Add support for chained search params without specifying resource type #92

Closed ruscoder closed 1 year ago

ruscoder commented 1 year ago

According to the spec http://hl7.org/fhir/search.html#chaining

Both

 GET [base]/DiagnosticReport?subject.name=peter

and

 GET [base]/DiagnosticReport?subject:Patient.name=peter

should be supported.