diff --git a/docs/_data/sidebars/mydoc_sidebar.yml b/docs/_data/sidebars/mydoc_sidebar.yml index 0c60187..eb3831f 100644 --- a/docs/_data/sidebars/mydoc_sidebar.yml +++ b/docs/_data/sidebars/mydoc_sidebar.yml @@ -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: diff --git a/docs/_data/tags.yml b/docs/_data/tags.yml index db47c8e..be363b6 100644 --- a/docs/_data/tags.yml +++ b/docs/_data/tags.yml @@ -32,4 +32,6 @@ allowed-tags: - datetime - visit_occurrence - drug_administration + - pro + - patient_reported # Copyright 2021 Google LLC diff --git a/docs/pages/general_conventions/type_concepts.md b/docs/pages/general_conventions/type_concepts.md new file mode 100644 index 0000000..c2671f6 --- /dev/null +++ b/docs/pages/general_conventions/type_concepts.md @@ -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 diff --git a/docs/pages/tags/tag_patient_reported.md b/docs/pages/tags/tag_patient_reported.md new file mode 100644 index 0000000..0cb78ef --- /dev/null +++ b/docs/pages/tags/tag_patient_reported.md @@ -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 %} \ No newline at end of file diff --git a/docs/pages/tags/tag_pro.md b/docs/pages/tags/tag_pro.md new file mode 100644 index 0000000..68fdd54 --- /dev/null +++ b/docs/pages/tags/tag_pro.md @@ -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 %} \ No newline at end of file