Download the EDQM standard list for Dose Formulation and Routes of Administration

The following steps describe how to download the EDQM standard list for Dose Formulation and Routes of Administration.

  1. Access the EDQM Standard List at EDQM standard list.
  2. Log in using your credentials.
  3. From the navigation menu options, choose: NEWS AND INFORMATION and then HELP API.
  4. Scroll down to the API StandardTerms section.
  5. Click the /basic_data_by_class/{concept1}/{concept2}/{concept3} link to expand it.
  6. Get the JSON file for BDFconcept.
    1. Enter the details as shown in the following image to get the list of terms for BDF concept class:BDF Concept Class Details
    2. Click the Try it out! button.
    3. Scroll down to find the Response Body section:Response Body Screencapture
    4. Copy the content from Response Body and save it in a text file with the name EDQM_ROA.json.

      Note:

      Make sure the API call returns data without any error.
  7. Repeat the previous step to extract data for other concept codes and create the following files:
    1. For PDF: EDQM_PDF.json
    2. For CDF: EDQM_CDF.json
    3. For PFT: EDQM_PFT.json
    4. For ROA: Output File Name: EDQM_ROA.json
  8. Get the JSON files for Languages and Regions. These files are required to verify and store translation data provided by EDQM.
    1. Scroll down the same page and expand the /languages API by clicking the link associated with it./languages API
    2. Click the Try it out! button.
    3. Scroll down the page and find the Response Body section:Response Body Languages
    4. Copy the content from Response Body and save it in a text file with the name EDQM_Languages.json.
    5. Scroll down the same page and expand the /regions API by clicking the associated link.Regions API
    6. Click Try it out!
    7. Scroll down the page and find the Response Body section:Response Body Regions
    8. Copy the content from Response Body and save it in a text file with the name EDQM_Regions.json.

      Note:

      Make sure the API call returns data without any error.