Core Capabilities
Performing realtime drug analytics is easy with MedicaidJS. Simply select diseases or drugs of interest in order to begin the visualization process. The SDK contains data regarding drug utilization at both the state and national levels, drug pricing over time, and even contains large repositories of social metrics and healthcare quality data.
MedicaidJS allows developers to programmatically utilize the FDA API to gain insight on drug efficacy, history, and purpose.
MedicaidJS allows for seamless access to the largest Medicaid Datasets including NADAC (National Average Drug and Acquisition Cost) and State Drug Utilization.
Instead of foraging through NDC or ICD codes MedicaidJS permits users to search for specific drugs based on singular ingredients, disease classes, or generic names.
Installation
Installing MedicaidJS can be performed with a single line of code following the ES6 conventions. Run the following command in your browser or IDE of choice to import the module. To learn more about the specific functions the module contains visit the documentation.
MedicaidSDK = await import ('https://episphere.github.io/medicaid/sdk.js');
npm install medicaid
Reach Out
If you have any questions or inquiries, please feel free to get in touch with us by referencing GitHub issues.
Github Issues