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

Write getVSAC value set #31

Closed bamader closed 1 month ago

bamader commented 1 month ago

PULL REQUEST

Summary

This PR creates a GET utility function that queries the VSAC FHIR API for the value sets associated with a given OID. It also develops integration testing for both of our external database service calls (to the eRSD and VSAC).

Related Issue

Fixes #2759

Acceptance Criteria

Please copy the acceptance criteria from your ticket and paste it here for your reviewer(s)

Additional Information

This is perhaps super pedantic, but I've noticed that throughout a lot of our codebase (at least in the past), we've written the construct of a value set Valueset when referring to a FHIR resource containing it. Per the VSAC FHIR API docs, it's more properly called a ValueSet. Just a completely inconsequential bit of terminology correctness / standardization we might want to align on going forward.