Skip to content

Commit

Permalink
Patch/followup 89 (#90)
Browse files Browse the repository at this point in the history
* Allow multiple contraceptive use and not documented values

* Add add'l reasons for surgery

* Update regex

* Build jsonld

* Reorder columns

* Build jsonld

* Update regex

* Build jsonld

* Use marker status enum

* Allow unknown

* Workaround for age

* Build jsonld

* Allow HER2 to be more flexible for now

* Build jsonld

* Update contraceptive list

* Fix and finalize

* Build jsonld

---------

Co-authored-by: gf-dcc-service <[email protected]>
  • Loading branch information
anngvu and gf-dcc-service authored Feb 14, 2024
1 parent 49ec66c commit de46d22
Show file tree
Hide file tree
Showing 8 changed files with 6,948 additions and 6,763 deletions.
13,089 changes: 6,627 additions & 6,462 deletions GF.jsonld

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion modules/classes/patient_and_specimen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ classes:
- Gravidity
- Parity
- AgeAtMenarche
- MenstrualCyclePhase
- MenopauseStatus
- MenstrualCyclePhase
- ContraceptiveUseIndicator
- TypeContraceptiveUse
- DiagnosisStatusType
- PreviousDiagnosis
Expand Down Expand Up @@ -59,6 +60,7 @@ classes:
description: Group of individuals featured in the ovarian precancer atlas.
slots:
- MenstrualCyclePhase
- ContraceptiveUseIndicator
- TypeContraceptiveUse

PatientExtended:
Expand Down
1 change: 1 addition & 0 deletions modules/enums/Biospecimen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ enums:
Weakly Positive:
Negative:
Equivocal:
Unknown:
5 changes: 4 additions & 1 deletion modules/enums/Demographics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,13 +300,16 @@ enums:
Tubal Sterilization:
Ovarian Serous Cystadenoma:
Endometriosis:
Uterine Fibroids:
'Uterine Fibroids + Endometriosis':
'Uterine Fibroids + Adenomyosis':
Cervical Dysplasia:
Cesarean Section:
Menorrhagia:
Adnexal Mass:
Pelvic Mass:
Uterine Fibroids:
Uterine Lipoleiomyoma:
Uterine Prolapse:
Unknown:

MenstrualCyclePhaseEnum:
Expand Down
8 changes: 6 additions & 2 deletions modules/enums/Device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,20 @@ enums:
Oral:
Oral (estrogen):
Oral (progesterone):
Oral (estrogen/progesterone):
Male sterilization:
Condoms:
Diaphragm:
Patch:
Patch (progesterone):
Vaginal ring:
Vaginal ring (estrogen/progesterone):
IUD:
IUD (progesterone):
Implant:
Implant (progesterone):
Injection (progesterone):
Bilateral tubal ligation:
Natural family planning:
Unknown:

Rhythm:
Not Documented:
Loading

0 comments on commit de46d22

Please sign in to comment.