CDCgov / dibbs-query-connector

A FHIR client allowing public health agencies to query health care organizations directly or via a TEFCA QHIN
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

Refactor new data model #43

Closed bamader closed 1 month ago

bamader commented 1 month ago

PULL REQUEST

Summary

This PR refactors our code base to leverage the new value set and concept data models that Marcelle developed as part of her spike work. Refactoring is done throughout the front and back end, fixing how we execute queries as well as display results.

Related Issue

Fixes https://app.zenhub.com/workspaces/skylight-dibbs-viper-6480ba23b5a07644e0e46d23/issues/gh/cdcgov/phdi/2789

bamader commented 1 month ago

(There actually were merge conflicts unfortunately, the refactor of the SelectQuery meant that I had to refactor the new changes this morning. Got it done rather quickly at least.)

bamader commented 1 month ago

All comments addressed and filtering should now be working as intended

bamader commented 1 month ago

Concept filtering now appropriately in place