Skip to content
katherine-sussol edited this page Jul 30, 2020 · 14 revisions

Welcome to the unified-codes (also referred to as 'universal drug codes') wiki!

This wiki is intended as a reference document/information hub for the unified-codes project (both for end-users and developers). Our solution hasn't been deployed yet - but if you'd like to try it out, check out our quick start guide on the main page here.

Note: the old v1 universal drug codes server can still be found here.

System Overview/Design [TO COMPLETE]

  • Database
  • APIs
  • Web UI
  • Authentication
    • Integration with an open ID compliant server, using JSON web tokens. Currently implemented using Keycloak as the authentication server (see the data-service sub-folder for the 'get-you-up-and-running' docker implementation)

Development Tools/Resources

API Docs

There are two APIs exposed (REST and GraphQL) which both provide access to universal codes data. See the below links for docs and sample requests.

Clone this wiki locally