Skip to content

Commit

Permalink
Added ontology updates in docs & update_log.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
arschat committed Jan 27, 2025
1 parent fb7ec81 commit cb5adf6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/jsonBrowser/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ Location: module/ontology/medication_ontology.json

Property name | Description | Type | Required? | Object reference? | User friendly name | Allowed values | Example
--- | --- | --- | --- | --- | --- | --- | ---
text | Medication(s) the individual was taking at time of biomaterial collection. | string | yes | | Medication | | bisoprolol; paracetamol; loratadine
ontology | An ontology term identifier in the form prefix:accession. | string | no | | Medication ontology ID | | CHEBI:3127; CHEBI:46195; CHEBI:6538
text | Medication(s) the individual was taking at time of biomaterial collection. | string | yes | | Medication | | Ibuprofen Lysine; Bisoprolol; salbutamol suspension
ontology | An ontology term identifier in the form prefix:accession. | string | no | | Medication ontology ID | | NCIT:C72809; NCIT:C61653; DRON:00001511
ontology_label | The preferred label for the ontology term referred to in the ontology field. This may differ from the user-supplied value in the text field. | string | no | | Medication ontology label | | bisoprolol; paracetamol; loratadine

## File format ontology<a name='File format ontology'></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsonBrowser/required_fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ text | The name of the strain to which the organism belongs. | string | | Strai
### Medication ontology<a name='Medication ontology'></a>
Property name | Description | Type | Object reference? | User friendly name | Allowed values | Example
--- | --- | --- | --- | --- | --- | ---
text | Medication(s) the individual was taking at time of biomaterial collection. | string | | Medication | | bisoprolol; paracetamol; loratadine
text | Medication(s) the individual was taking at time of biomaterial collection. | string | | Medication | | Ibuprofen Lysine; Bisoprolol; salbutamol suspension
### File format ontology<a name='File format ontology'></a>
Property name | Description | Type | Object reference? | User friendly name | Allowed values | Example
--- | --- | --- | --- | --- | --- | ---
Expand Down
2 changes: 1 addition & 1 deletion json_schema/module/ontology/medication_ontology.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"description": "The preferred label for the ontology term referred to in the ontology field. This may differ from the user-supplied value in the text field.",
"type": "string",
"user_friendly": "Medication ontology label",
"example": "bisoprolol; paracetamol; loratadine"
"example": "Ibuprofen Lysine; Bisoprolol; salbutamol suspension"
}
}
}
1 change: 1 addition & 0 deletions json_schema/update_log.csv
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Schema,Change type,Change message,Version,Date
module/ontology/medication_ontology,major,Changed ontology source for the medication_ontology,,

0 comments on commit cb5adf6

Please sign in to comment.