Skip to content

Commit

Permalink
Allow multiple contraceptive use and not documented values
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Feb 9, 2024
1 parent 49ec66c commit fc59339
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/classes/patient_and_specimen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ classes:
description: Group of individuals featured in the ovarian precancer atlas.
slots:
- MenstrualCyclePhase
- ContraceptiveUseIndicator
- TypeContraceptiveUse

PatientExtended:
Expand Down
2 changes: 1 addition & 1 deletion modules/enums/Device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ enums:
Injection (progesterone):
Bilateral tubal ligation:
Natural family planning:
Unknown:
Not Documented:

1 change: 1 addition & 0 deletions modules/enums/Thing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ enums:
permissible_values:
'Yes':
'No':
Not Documented:

FileFormatEnum:
permissible_values:
Expand Down
7 changes: 7 additions & 0 deletions modules/slots.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,12 @@ slots:
required: false
description: TBD
annotations:
ContraceptiveUseIndicator:
title: Contraceptive Use Indicator
required: false
description: Indicates whether individual has used some type of contraception.
range: BooleanEnum
annotations:
CopyNumber:
title: Copy Number
required: false
Expand Down Expand Up @@ -1832,6 +1838,7 @@ slots:
description: Type of contraceptive(s) used within the individual's history.
range: Contraceptive
annotations:
validationRules: 'list like'
TypeofSmokeExposure:
title: Type of Smoke Exposure
required: false
Expand Down

0 comments on commit fc59339

Please sign in to comment.