Skip to content

Data Access

Lee Evans edited this page Sep 27, 2018 · 3 revisions

WebAPI

To learn more about the WebAPI associated with the CommonEvidenceModel please refer to the OHDSI WebAPI documentation:

OHDSI WebAPI

Additional documentation can be found at FAIRsharing.org.

WebAPI call examples

== Information on all Laertes evidence services [GET]==

http://YOUR SERVER/WebAPI/evidence/<source>/info

Example: http://api.ohdsi.org/WebAPI/evidence/CEM/info

== Evidence by drug concept id (any level in the drug hierarcchy) [GET]==

http://YOUR SERVER/WebAPI/evidence/<source>/drug/{CONCEPT ID}

Example: http://api.ohdsi.org/WebAPI/evidence/CEM/drug/752061

== Evidence by HOI concept id [GET]==

http://YOUR SERVER/WebAPI/evidence/<source>/hoi/{CONCEPT ID}

Example: http://api.ohdsi.org/WebAPI/evidence/CEM/hoi/320073

== Evidence by concatenated drug and HOI concept id [GET]==

http://YOUR SERVER/WebAPI/evidence/<source>/hoi/{DRUG CONCEPT ID}-{HOI CONCEPT ID}

Example: http://api.ohdsi.org/WebAPI/evidence/CEM/drughoi/19059744-381591

== Evidence with any OHDSI concept id representing an RxNorm or SNOMED concept==

http://api.ohdsi.org/WebAPI/evidence/<source>/{DRUG or HOI CONCEPT ID}

Example: http://api.ohdsi.org/WebAPI/evidence/CEM/752061

Request a Data Cut

Extracts of processed CommonEvidenceModel data can be requested from Erica A. Voss ([email protected]) or Lee Evans ([email protected]).

Access to Database

At this time we do not provide access to the production database unless directly part of the Pharmacovigilance Evidence Investigation Workgroup or there is an active research need.