ListBySearchParameter

This endpoint enables querying using one of two possible search parameters: title or regulatoryAgency.

Please note: it is only possible to query using one of the parameters. If both parameters are entered, the query will be based on the title parameter only.

The title of an ePI is the ‘Name of medicinal product’ entered by the applicant when creating the ePI. The title parameter enables querying using full or partial text of the ‘Name of medicinal product’ and will return the PI Lists of all the published ePIs whose ‘Name of medicinal product’ matches or contains the searched text.

A List id retrieved from this query can be used to query the ListById endpoint.

A Bundle id retrieved from this query can be used to query the BundleById endpoint.

The regulatoryAgency parameter enables querying with the ORG ID of the authority that authorised the ePI.

The ORG IDs for the agencies participating in the pilot are:

DKMA, Denmark: ORG-100003918

European Medicines Agency: ORG-100013412

MEB, the Netherlands: ORG-100003934

AEMPS, Spain: ORG-100003943

MPA, Sweden: ORG-100003944

This returns PI Lists of all the published ePIs authorised by that authority.

A List id retrieved from this query can be used to query the ListById endpoint.

A Bundle id retrieved from this query can be used to query the BundleById endpoint.

Try It

ListById

The ListById endpoint enables querying with a PI List id. This returns the PI List of all the Bundle ids for that ePI.

A Bundle id retrieved from this query can be used to query the BundleById endpoint.

Try It

BundleById

The BundleById endpoint enables querying with the Bundle id. This returns all the content of the document represented by the Bundle id, including headings, section text and images.

Try It