DeepPhe Data API
The DeepPhe Data API is an Express service that exposes patient documents, patient summaries, cancer and concept data, OMOP demographic rows, and cohort filter counts from a SQLite database.
Most consumers use it in one of three ways:
- Start the API locally and browse Swagger UI at
http://localhost:3333/docs. - Query patient and group endpoints directly from a client application.
- Package the service as a standalone executable and point it at a DeepPhe SQLite database.
Start here
New setup? Begin with Installation, then Run the API.
Building a client? Review Patient data, Cohort filtering, and the generated OpenAPI reference.
Clinical interpretation
DeepPhe data may include structured values and natural-language-processing output. Confirm important findings against source records and your organization's review process. An absent value is not a confirmed negative clinical finding.