Open
Description
Having termURL
fields as described here is great, but it seems limited to the column names and not e..g. to the categorical Levels
.
For example, imagining we have the group
column in our tabular data for participants and want to indicate different subgroups of Alzheimer's subjects (AD, MCI, NC) with a term URL for each, how we would do that ?
"group": {
"Description": "Alzheimer's subgroups",
"Levels": {
"AD": "Alzheimer's disease", # want to indicate `termURL` http://terminology/AD.html here
"MCI": "Mild cognitive impairment" # want to indicate `termURL` http://terminology/MCI.html here
...
}
}
Is the only solution for now to replace the level description with the URL itself ? Are there any developments planned for a more formal description ? A first step could be nested description/termURL for levels as in:
"group": {
"Description": "Alzheimer's subgroups",
"Levels": {
"AD": {
"Description": "Alzheimer's disease",
"termURL": "https://terminology/AD.html"
}
"MCI": {
"Description": "Mild cognitive impairment",
"termURL": "https://terminologyMCI.html"
}
...
}
}
Note that it could be useful to also have this feature applied to Units as in:
"volume": {
"Description": "Volume of X",
"Units": {
"Description": "millilitre",
"termURL": "https://terminology/mL.html"
}
}
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status