Version 20 (modified by 7 years ago) ( diff ) | ,
---|
i2b2 HowTo Create an Ontology
Procedure
- Log into the server
UHLSQLBRICCSDB\UHLBRICCSDB
and databasei2b2ClinDataIntegration
- Execute the stored procedure
[dbo].[Create_Ontology] @OntologyName, @Prefix, @SourceSystem, @OntologyBaseNode, @OntologyDescription
- Where:
@OntologyName
is the name of the ontology and must not contain spaces, e.g., 'EMISPrimaryCareData'@Prefix
is the prefix for the concept codes and must not contain spaces, e.g., 'EMISPCD'@SourceSystem
is the system from which the data is being copied, e.g., 'Gem Risk Stratification'@OntologyBaseNode
is the name of the root node for the ontology, e.g., 'EMISPrimaryCareData'@OntologyDescription
is a short description of the ontology, e.g., 'EMIS Primary Care Data from GEM'
- Where:
- Create records in the table
OntologyUsage
in thei2b2ClinDataIntegration
database for each study that will use the ontology. TheStudyName
is the unique portion of the i2b2 database names, for examplei2b2_app03_{studyName}_data
. - Run the command
EXECUTE [i2b2ClinDataIntegration].[dbo].[UpdateOntologyConceptCodes];
- and finally and very importantly add the ontology to the OntologyUsage table (you mean, like what step 3 tells you to do?)
Note:
See TracWiki
for help on using the wiki.