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

Create json for custom valuesets using internal valueset schema #105

Closed m-goggins closed 1 month ago

m-goggins commented 1 month ago

PULL REQUEST

Summary

This ticket adds the custom valuesets we've developed thus far as a JSON object following the ValueSet convention we came up with. This will allow us to insert the custom valuesets when creating the database. There's a follow up ticket to actually do the insertions.

Related Issue

Fixes #98

Additional Information

Note: we do not expect to add any more custom valuesets to this file as we expect users to add their own once we have the query creation work completed.

Checklist