Skip to content

Commit

Permalink
minor update: updated enums to stay consistent with REDCAP forms that…
Browse files Browse the repository at this point in the history
… are input to this node (#30)
  • Loading branch information
mbkranz authored Oct 4, 2021
1 parent cc6f4ab commit 2d3ccf5
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions gdcdictionary/schemas/serious_adverse_event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,19 +136,28 @@ properties:
is_related_to_study:
description: >
Is this serious adverse event related to the study?
Note, possible means:
Note, "Possible" means:
There is a reasonable possibility that
the incident, experience, or outcome may have been
caused by the procedures involved in the research.
enum:
- 'Yes'
- 'No'
- Not reported

- 'None'
- Unlikely
- Possible
- Probable
- Definite
was_expected:
description: >
Expected or unexpected?
Note, "Unexpected" means unexpected in nature, severity, or frequency given
(a) the research procedures that are described in the protocol-related documents
and informed consent document and
(b) the characteristics of the population being studied.
enum:
- 'Yes'
- 'No'
- Expected
- Unexpected
- Not reported
#get hubs who are taking MOUD intervention
on_opioid_medication:
Expand Down

0 comments on commit 2d3ccf5

Please sign in to comment.