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

Add `dibbsConceptType` to valuesets table #36

Closed m-goggins closed 1 month ago

m-goggins commented 1 month ago

PULL REQUEST

Summary

This PR adds a dibbsConceptType column to the valuesets table and populates the column with the appropriate data. The new column, dibbsConceptType is one of the following values: labs, medications, or conditions, and is based off the ersdConceptType (AKA the type column in valuesets). Adding this column and making the data available when queried will allow us to cut down on some of the transformations we complete in order to properly display the data on the CustomQuery page and during query execution.

Related Issue

Fixes #phdi #2788

Acceptance Criteria

Additional Information

This ticket will allow Brandon to continue working on phdi #2789

Checklist