CDCgov / phdi

https://cdcgov.github.io/dibbs-site/
Creative Commons Zero v1.0 Universal
28 stars 11 forks source link

Update output of the API endpoint #2029

Closed m-goggins closed 3 days ago

m-goggins commented 5 days ago

Context: The output of the API requests is currently the same as the output of the TEFCA viewer and needs to be modified to return a FHIR bundle. This will require modifying the query-service to keep track of the source of the request (api or viewer) and apply parseFhirSearch appropriately.