User Tools

Site Tools


documentation:software:splicer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
documentation:software:splicer [2016/08/26 18:19]
jhardin created
documentation:software:splicer [2018/03/28 13:33]
rkboyce
Line 1: Line 1:
 +==== The Common Evidence Model ====
 +
 +The Common Evidence Model (CEM, formerly LAERTES) is a system that integrates numerous sources of evidence useful for investigating the association of drugs and health into a single system (see [[http://​www.ohdsi.org/​web/​wiki/​doku.php?​id=projects:​workgroups:​kb-wg|project page]]). The REST service calls provide for summary and drill down queries of evidence sources. Use of these services requires compliance with the specific licensing requirements of the evidence sources (see below). Please be sure to cite the following paper for any work you publish or present that used CEM: 
 +
 +Boyce. RD., Ryan. PB., Noren. N., et al., Bridging islands of information to establish an integrated knowledge base of drugs and health outcomes of interest. Drug Safety. 2014. Volume 37, Issue 8 (2014), Page 557-567. DOI: 10.1007/​s40264-014-0189-0,​ PubMed PMID: 24985530. PMCID: PMC4134480.http://​link.springer.com/​article/​10.1007%2Fs40264-014-0189-0.
 +
 === READ THIS FIRST!: Specific licensing information === === READ THIS FIRST!: Specific licensing information ===
  
Line 89: Line 95:
  
 <​code>​ <​code>​
-http://YOUR SERVER/​WebAPI/<​source>​/evidence/info+http://YOUR SERVER/​WebAPI/evidence/<​source>/​info
 </​code>​ </​code>​
  
-Example: http://​api.ohdsi.org/​WebAPI/CS1/​evidence/​info+Example: http://​api.ohdsi.org/​WebAPI/​evidence/CS1/info
  
    
Line 98: Line 104:
  
 <​code>​ <​code>​
-http://YOUR SERVER/​WebAPI/<​source>​/evidence/​drug/​{CONCEPT ID}+http://YOUR SERVER/​WebAPI/evidence/<​source>/​drug/​{CONCEPT ID}
 </​code>​ </​code>​
  
-Example: http://​api.ohdsi.org/​WebAPI/CS1/​evidence/​drug/​752061+Example: http://​api.ohdsi.org/​WebAPI/​evidence/CS1/​drug/​752061
  
- 
-== Evidence ​ by drug concept id - ingredient level only [GET]== 
- 
-<​code>​ 
-http://YOUR SERVER/​WebAPI/<​source>/​evidence/​drugrollup/​ingredient/​{CONCEPT ID} 
-</​code>​ 
- 
-Example: http://​api.ohdsi.org/​WebAPI/​CS1/​evidence/​drugrollup/​ingredient/​1000632"​ 
- 
- 
-== Evidence ​ by drug concept id - clinical drugs rolled up to ingredients [GET]== 
- 
-<​code>​ 
-http://YOUR SERVER/​WebAPI/<​source>/​evidence/​drugrollup/​clinicaldrug/​{CONCEPT ID} 
-</​code>​ 
- 
-Example: http://​api.ohdsi.org/​WebAPI/​CS1/​evidence/​drugrollup/​clinicaldrug/​19074181"​ 
- 
- 
-== Evidence ​ by drug concept id - branded drugs rolled up to ingredients [GET]== 
- 
-<​code>​ 
-http://YOUR SERVER/​WebAPI/<​source>/​evidence/​drugrollup/​brandeddrug/​{CONCEPT ID} 
-</​code>​ 
- 
-Example: http://​api.ohdsi.org/​WebAPI/​CS1/​evidence/​drugrollup/​brandeddrug/​1000640"​ 
  
 == Evidence by HOI concept id [GET]== == Evidence by HOI concept id [GET]==
  
 <​code>​ <​code>​
-http://YOUR SERVER/​WebAPI/<​source>​/evidence/​hoi/​{CONCEPT ID}+http://YOUR SERVER/​WebAPI/evidence/<​source>/​hoi/​{CONCEPT ID}
 </​code>​ </​code>​
  
-Example: http://​api.ohdsi.org/​WebAPI/CS1/​evidence/​hoi/​320073+Example: http://​api.ohdsi.org/​WebAPI/​evidence/CS1/hoi/320073
  
  
Line 142: Line 122:
  
 <​code>​ <​code>​
-http://YOUR SERVER/​WebAPI/<​source>​/evidence/hoi/{DRUG CONCEPT ID}-{HOI CONCEPT ID}+http://YOUR SERVER/​WebAPI/evidence/<​source>/​hoi/​{DRUG CONCEPT ID}-{HOI CONCEPT ID}
 </​code>​ </​code>​
  
-Example: http://​api.ohdsi.org/​WebAPI/CS1/​evidence/​drughoi/​19059744-381591+Example: http://​api.ohdsi.org/​WebAPI/​evidence/CS1/​drughoi/​19059744-381591
  
  
Line 151: Line 131:
  
 <​code>​ <​code>​
-http://​api.ohdsi.org/​WebAPI/CS1/​evidence/​{DRUG or HOI CONCEPT ID}+http://​api.ohdsi.org/​WebAPI/​evidence/<​source>​/{DRUG or HOI CONCEPT ID}
 </​code>​ </​code>​
  
-Example: http://​api.ohdsi.org/​WebAPI/CS1/​evidence/​752061 +Example: http://​api.ohdsi.org/​WebAPI/​evidence/CS1/752061
documentation/software/splicer.txt · Last modified: 2018/05/31 18:45 by ericavoss