Skip to content

Commit

Permalink
age at collection unit
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc3 committed Dec 4, 2023
1 parent b7c003f commit 4df8200
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/json_schema/AnvilBioCoreFindabilitySubset.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
"type": "number"
},
"donor_age_at_collection_unit": {
"description": "The units (e.g. years or days) of the Age of the Donor at the point in time that the BioSample was obtained or other representative entity (test, diagnosis, treatment...) was created.",
"type": "string"
},
"donor_age_at_collection_upper_bound": {
Expand Down
5 changes: 5 additions & 0 deletions content/linkml/BioCoreFields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ slots:
description: A reference to the Age of the Donor at the point in time that the BioSample was obtained or other representative entity (test, diagnosis, treatment...) was created.
slot_uri: https://datamodel.terra.bio/TerraCore#hasDonorAgeAtCollection
multivalued: false # check if this could be array
donor_age_at_collection_unit:
aliases: hasDonorAgeAtCollectionUnit
description: The units (e.g. years or days) of the Age of the Donor at the point in time that the BioSample was obtained or other representative entity (test, diagnosis, treatment...) was created.
slot_uri: https://datamodel.terra.bio/TerraCore#hasDonorAgeAtCollection
multivalued: false # check if this could be array
donor_age_at_event:
aliases: hasDonorAgeAtEvent
description: A reference to the Age of the Donor at the point in time that the event or administration occured.
Expand Down

0 comments on commit 4df8200

Please sign in to comment.