Skip to content

Commit

Permalink
individual description updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mauerk committed Sep 6, 2024
1 parent 1323975 commit 4889e15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions user_docs/metadata/data_dictionary/Individual.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ An Individual is a Person who is participating in a Study.
///

### ***geographical_region_term***
**description** : The geographical region where the Individual is located.<br>
**description** : The geographical region where the Individual is located. The Geographical Region is captured using a concept from the NCIT "country" class (NCIT:C25464) (e.g., Austria, Germany, Italy).<br>
**required** : False<br>
**data type** : string <br>
### ***geographical_region_id***
**description** : The geographical region where the Individual is located.<br>
**description** : The corresponding ID to the NCIT vocabulary (e.g., NCIT:C16312, NCIT:C16636, NCIT:C16761).<br>
**required** : False<br>
**data type** : string <br>
### ***ancestry_terms***
**description** : A person's descent or lineage from a population.<br>
**description** : A person's descent or lineage from a population. The Ancestry is captured using a concept from the Human Ancestry Ontology "ancestry category" (HANCESTRO:0004) branch (e.g., African, European, Oceanian).<br>
**required** : False<br>
**data type** : string <br>
### ***ancestry_ids***
**description** : A person's descent or lineage from a population.<br>
**description** : The corresponding ID to the HANCESTRO vocabulary (e.g., HANCESTRO:0010, HANCESTRO:0005, HANCESTRO:0017).<br>
**required** : False<br>
**data type** : string <br>
### ***alias***
Expand Down

0 comments on commit 4889e15

Please sign in to comment.