Skip to content

Commit

Permalink
Update CohortCore template
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Feb 8, 2024
1 parent bf14b05 commit 73e81a6
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions modules/classes/patient_and_specimen.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
classes:

Patient:
annotations:
requiresComponent: ''
required: false
slots:
- Component

CohortCoreTemplate:
is_a: Patient
annotations:
requiresComponent: ''
required: false
slots:
- ParticipantID
- TimepointLabel
- Age
- Sex
- BMI
- Race
- Ethnicity
- VitalStatus
- Height
- Weight
- BMI
- Gravidity
- Parity
- AgeAtMenarche
Expand All @@ -29,21 +37,15 @@ classes:
- PackYearsSmoked
- AlcoholUse
- NumberofDrinksPerWeek
- ContraceptiveUse
- AntibioticUse
- SampleCollectionCenter
- SampleCollectionYear
- ERStatus
- PRStatus
- HER2Status
- SurgeryReason

Patient:
annotations:
requiresComponent: ''
required: false
slots:
- Component
- ParticipantID
- TimepointLabel

PatientExtended:
is_a: Patient
Expand Down

0 comments on commit 73e81a6

Please sign in to comment.