Skip to content

Commit

Permalink
Test edit
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Oct 28, 2024
1 parent dc3ca7d commit b2af6e6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/htan_linkml/schema/htan_linkml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ classes:
- birth_date
- age_in_years
- vital_status
- diagnosis
slot_usage:
primary_email:
pattern: "^\\S+@[\\S+\\.]+\\S+"
Expand Down Expand Up @@ -80,6 +81,8 @@ slots:
vital_status:
range: PersonStatus
description: living or dead status
diagnosis:
range: Diagnosis

enums:
PersonStatus:
Expand All @@ -94,3 +97,15 @@ enums:
description: the vital status is not known
todos:
- map this to an ontology
diagnosis:
permissible_values:
CANCER:
description: the person has cancer
meaning: PATO:0001421
HEALTHY:
description: the person is healthy
meaning: PATO:0001422
UNKNOWN:
description: the diagnosis is not known
todos:
- map this to an ontology

0 comments on commit b2af6e6

Please sign in to comment.