From 2f094f4ea59fa5f691bb60e31167f0a47797e31e Mon Sep 17 00:00:00 2001 From: e-t-k Date: Fri, 11 Oct 2024 16:00:58 -0700 Subject: [PATCH] chore: add new issue template for CDE implementation requests --- .github/ISSUE_TEMPLATE/new_cde.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new_cde.md diff --git a/.github/ISSUE_TEMPLATE/new_cde.md b/.github/ISSUE_TEMPLATE/new_cde.md new file mode 100644 index 0000000..cc51b03 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_cde.md @@ -0,0 +1,23 @@ +--- +name: New CDE +about: Add a new Data Harmonization Team-approved Common Data Element +title: '' +labels: '' +assignees: '' + +--- + +**CDE name** + +**CDE number in caDSR, including version** + +**Deeplink to CDE in caDSR** + +**Harmonization discussion number for this CDE** + +**Link to Data Harmonization Team's implementation approval of this CDE** + +**Special notes or caveats when implementing this CDE** +Anything unique about this CDE that the implementer should be aware of. +For example, are we using only a subset of the caDSR values? Do the values have some unit? +Are there a large number of possible values that we can't concisely enumerate?