Changes between Version 5 and Version 6 of i2b2 HowTo Create an Ontology
- Timestamp:
- 11/20/13 11:39:49 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
i2b2 HowTo Create an Ontology
v5 v6 119 119 120 120 DECLARE @OntologyName VARCHAR(50), -- The name of the ontology, e.g. 'Onyx' 121 @Prefix VARCHAR(10), -- The prefi cfor the concept code, e.g. 'ONX'121 @Prefix VARCHAR(10), -- The prefix for the concept code, e.g. 'ONX' 122 122 @OntologyDescription VARCHAR(100), -- A nice description, e.g. 'BRICCS Onyx Questionnaire' 123 123 @OntologyBaseNode VARCHAR(50), -- The name of the base node of the tree within i2b2, e.g. 'Onyx'