Skip to content

Commit

Permalink
Added ncit & broader DRON terms in medication
Browse files Browse the repository at this point in the history
  • Loading branch information
arschat committed Jan 27, 2025
1 parent 256e587 commit fb7ec81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions json_schema/module/ontology/medication_ontology.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"description": "Medication(s) the individual was taking at time of biomaterial collection.",
"type": "string",
"user_friendly": "Medication",
"example": "bisoprolol; paracetamol; loratadine"
"example": "Ibuprofen Lysine; Bisoprolol; salbutamol suspension"
},
"ontology": {
"description": "An ontology term identifier in the form prefix:accession.",
"type": "string",
"graph_restriction": {
"ontologies" : ["obo:dron"],
"classes": ["BFO:0000040"],
"ontologies" : ["obo:ncit","obo:dron"],
"classes": ["ncit:C1908", "bfo:0000002"],
"relations": ["rdfs:subClassOf"],
"direct": false,
"include_self": false
},
"user_friendly": "Medication ontology ID",
"example": "CHEBI:3127; CHEBI:46195; CHEBI:6538"
"example": "NCIT:C72809; NCIT:C61653; DRON:00001511"
},
"ontology_label": {
"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.",
Expand Down

0 comments on commit fb7ec81

Please sign in to comment.