OHDSI / OHDSI/WebAPI

Calculation function within Cohort Definitions

Open
#2,325 1 comment 0 reactions 1 assignee View on GitHub

@wivern is already working on this.

Since Nov 28, 2023.

  • #2400 by @alex-odysseus — open
feature
Dominant language
Java
Stars
151
Forks
183
Avg merge
14m
Merged PRs (30d)
2

Description

Business Requirements

As the OMOP CDM Data Set entries don't necessary contain the events of interest for there further inclusion in analyses there should be a possibility:

  • to identify the start of a pregnancy based on the birth event code
  • to perform calculations between multiple Measurements and the result can be used further in Cohort Definitions
Design Ideas and Functional Requirements

Calculations between multiple Measurements use case

There are two alternative Circe model extensions to consider:

  • a new Combined Measurement with a possibility to define the first and the second Measurements used in a calculation as its attributes

image

  • an extension of the existing Measurement with a new attribute which will define an "adjacent" Measurement to be included in calculations (suggested by @chrisknoll in opposite to the initial idea above)

To avoid any ambiguity when an event in the calculation is taken into consideration in a formula there should be a possibility to define if the first or the last one should be used when multiple. Belonging to the same Visit option shouldn't be neglected as well when required

The calculations should be allowed between "value as number" attributes in Measurements and the following operators should be supported "+", "-", "*", "/"

image

image

The start of a pregnancy use case

The date adjustment attribute is suggested to use with an additional sign control ("-" or "+")
image

Note: As the edit controls support entering negative numbers introducing the new sign controls are rather redundant

Open Questions
  • it is possible that Measurements in a formula might have different units so that there should be a way to define a common denominator so that the result of the formula is adequate

@mrechkem @Sathyaraos
@tomwhite (please supplement the issue with any further use cases)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.