Skip to content

Commit

Permalink
Merge pull request #177 from OHDSI/themis_174
Browse files Browse the repository at this point in the history
closes #174
  • Loading branch information
clairblacketer authored Apr 29, 2024
2 parents 67622f7 + 62b256f commit 7a2442c
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_data/sidebars/mydoc_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ entries:
url: /records_with_values.html
output: web, pdf

- title: Patient reported data
url: /type_concepts.html
output: web, pdf

- title: CDM Tables
output: web, pdf
folderitems:
Expand Down
2 changes: 2 additions & 0 deletions docs/_data/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ allowed-tags:
- datetime
- visit_occurrence
- drug_administration
- pro
- patient_reported
# Copyright 2021 Google LLC
52 changes: 52 additions & 0 deletions docs/pages/general_conventions/type_concepts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: Patient reported data
keywords: provenance
last_updated: April 29, 2024
tags: [pro, patient_reported]
sidebar: mydoc_sidebar
permalink: /type_concepts.html
---


## Issue # and location
For this ratified convention, the issue number given when the issue was created by GitHub. Was this a CDM issue, Themis issue, found in CDM documentation or found on the forum?

Format as follows:
- [Themis issue #25](https://github.com/OHDSI/Themis/issues/25)


## Issue summary
What should be done with patient reported clinical events?

## Convention type
Global

## CDM table
NA

## CDM field
All *_type_concept_id fields in the CDM

## Links to issue discussion
Links to location of discussion on forums, CDM GitHub, Themis GitHub, etc.

Format as follows:
- [OHDSI Forums discussion](https://forums.ohdsi.org/t/patient-reported-drugs-and-conditions/3152/28)
- [Themis issue #25](hhttps://github.com/OHDSI/Themis/issues/25)

## Provenance of data
EHR

## The ratified convention
Patient reported data should be inserted into the appropriate domain table (e.g. if a patient reports they had lymphoma, it should be inserted into the CONDITION_OCCURRENCE table or if a patient reports using ibuprofen, it should be inserted into the DRUG_EXPOSURE table). Use concept_id = 32865, "Patient self-report" to identify these records.

## Date of ratification/published
June 5, 2018

## Downstream implications
NO

## Link to DQD check
NA

## Related conventions/further information
11 changes: 11 additions & 0 deletions docs/pages/tags/tag_patient_reported.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Patient Reported"
tagName: patient_reported
search: exclude
permalink: tag_patient_reported.html
sidebar: mydoc_sidebar
folder: tags
---
{% include taglogic.html %}

{% include links.html %}
11 changes: 11 additions & 0 deletions docs/pages/tags/tag_pro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Patient Reported Outcomes"
tagName: pro
search: exclude
permalink: tag_pro.html
sidebar: mydoc_sidebar
folder: tags
---
{% include taglogic.html %}

{% include links.html %}

0 comments on commit 7a2442c

Please sign in to comment.