Skip to content

Commit

Permalink
Merge pull request #187 from adambouras/master
Browse files Browse the repository at this point in the history
106: Resolving observation_period_end_date without exact information on a last day PR
  • Loading branch information
katy-sadowski authored May 8, 2024
2 parents 846c100 + ff8db35 commit 9637922
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/_data/sidebars/mydoc_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ entries:
# url: /observation.html
# output: web, pdf

# - title: Observation Period
# url: /observation_period.html
# output: web, pdf
- title: Observation Period
url: /observation_period.html
output: web, pdf

# - title: Payer Plan Period
# url: /payer_plan_period.html
Expand Down Expand Up @@ -230,6 +230,9 @@ entries:
- title: Year of Birth
url: /tag_year_of_birth.html
output: web
- title: Observation Period
url: /tag_observation_period.html
output: web



2 changes: 2 additions & 0 deletions docs/_data/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ allowed-tags:
- datetime
- patient_reported
- observation_period
- event
- survival
# Copyright 2021 Google LLC
46 changes: 46 additions & 0 deletions docs/pages/general_conventions/events_with_no_exact_last_day.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: Resolving Observation Period End Date without Exact Information on a Last Day
keywords: observation_period, event, survival
last_updated: April 30, 2024
tags: [observation_period, event, survival]
summary: "Resolving observation period end date without exact information on a last day"
sidebar: mydoc_sidebar
permalink: /events_with_no_exact_last_day.html
---

## Issue # and location
[Themis Issue #106](https://github.com/OHDSI/Themis/issues/106)

## Issue Summary
Resolving `observation_period_end_date` without exact information on a last day

## Convention type
Table

## CDM table
`OBSERVATION_PERIOD`

## CDM field
`observation_period_end_date`

## Links to issue discussion
- [OHDSI Forums discussion](https://forums.ohdsi.org/t/resolving-observation-period-end-date-without-exact-information-on-a-last-day/13048)
- [CDM Documentation](https://ohdsi.github.io/CommonDataModel/cdm54.html#observation_period)

## Provenance of data
General

## The ratified convention
It is often the case that the idea of Observation Periods does not exist in source data. In those cases, the `observation_period_end_date` can be inferred as the last event date available for the person.

## Date of ratification/published
NA

## Downstream implications
This convention can lead to a bias in survival studies. Namely, healthy persons will have shorter observation periods and not contributing to survival time as much.

## Link to DQD check
No

## Related conventions/further information
NA
16 changes: 16 additions & 0 deletions docs/pages/observation_period/observation_period.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: OBSERVATION_PERIOD
keywords: observation_period, observation_end_date
last_updated: May 04, 2024
tags: [observation_period, event, survival]
summary: "Conventions related to mapping data into the OBSERVATION_PERIOD table."
sidebar: mydoc_sidebar
permalink: /observation_period.html
---

## Field-level Conventions

| **Field** | **Convention** |
|:--------|:-------|
| OBSERVATION_PERIOD_END_DATE | [Resolving Observation Period End Date without Exact Information on a Last Day](events_with_no_exact_last_day.html) |
|=====

0 comments on commit 9637922

Please sign in to comment.