Skip to content
forked from OHDSI/WebAPI

OHDSI WebAPI contains all OHDSI services that can be called from OHDSI applications

License

Notifications You must be signed in to change notification settings

ParkChanghHyun/WebAPI

 
 

Repository files navigation

OHDSI WebAPI

OHDSI WebAPI contains all OHDSI RESTful services that can be called from OHDSI applications.

Features

  • Provides a centralized API for working with 1 or more databases converted to the Common Data Model (CDM) v5.
  • Searching the OMOP standardized vocabularies for medical concepts and constructing concept sets.
  • Defining cohort definitions for use in identifying patient populations.
  • Characterizing cohorts
  • Computing incidence rates
  • Retrieve patient profiles
  • Design population level estimation and patient level prediction studies

Technology

OHDSI WebAPI is a Java 8 web application that utilizes a database (PostgreSQL, SQL Server or Oracle) for storage.

System Requirements & Installation

Documentation can be found a the Web API Installation Guide which covers the system requirements and installation instructions.

Testing

It was chosen to use embedded PG instead of H2 for unit tests since H2 doesn't support window functions, md5 function, HEX to BIT conversion, setval, set datestyle, CTAS + CTE.

Support

Contribution

Versioning

  • WebAPI follows Semantic versioning;
  • Only Non-SNAPSHOT dependencies should be presented in POM.xml on release branches/tags.

License

OHDSI WebAPI is licensed under Apache License 2.0

About

OHDSI WebAPI contains all OHDSI services that can be called from OHDSI applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TSQL 64.5%
  • Java 32.1%
  • PLSQL 2.5%
  • PLpgSQL 0.4%
  • SQLPL 0.3%
  • R 0.1%
  • Other 0.1%