FirelyTeam / spark

Firely and Incendi's open source FHIR server
BSD 3-Clause "New" or "Revised" License
258 stars 166 forks source link

Engine: Correct how we build ReverseIncludes for Patient compartment #703

Closed kennethmyhra closed 5 months ago

kennethmyhra commented 5 months ago

This corrects how we build ReverseIncludes for the Patient compartment by separating the ResourceType and attribute name by : instead of ..

The ReverseIncludes list is now dynamically built instead of the previously hard-coded implementation.

This fixes the previously broken $everything operator.

Closes #236 Closes #237