Page History
...
Prefix | Tables Using this Prefix | Table Names | Table Content | |||
full | One table with the full prefix is created for each component. | These tables are named full_[component-type] (e.g. full_concept, full_description, full_relationship) | Each of these tables is populated with all the rows from the file (or files) representing this type component in the Full release subfolders. | |||
One table with the full prefix is also created for each reference set type present in the release. | The tables are named full_refset_[refset-type] (e.g. full_refset_Simple, full_refset_Language, full_refset_Association). | Each of these tables is populated with all the rows from the file (or files) representing reference sets of this type in the Full release subfolders. | ||||
snap | One table with the snap prefix is created for each component. | These tables are named snap_[component-type] (e.g. snap_concept, snap_description, snap_relationship) | Each of these tables is populated with all the rows from the file (or files) representing this type component in the Snapshot release subfolders. | |||
One table with the snap prefix is also created for each reference set type present in the release. | The tables are named snap_refset_[refset-type] (e.g. snap_refset_Simple, snap_refset_Language, snap_refset_Association). | Each of these tables is populated with all the rows from the file (or files) representing reference sets of this type in the Snapshot release subfolders. | ||||
Additional tables with snap prefix are created to represent the transitive closure and
| The table are named snap_transclose and snap_proximal_primitives. | The snap_transclose table is populated with all the rows from the transitive closure files generated during the SnomedRfsMySql import process. The snap_proximal_primitives table is populated with promimal proximal primitive relationships derived by processing the snap_transclose table. | ||||
config | Lookup and configuration files used by views and stored procedures.
| config_language | A table linking ISO language codes (e.g. en-US, en-GB, es) to the identifier of the relevant language reference set. | |||
config_settings | A table storing configuration settings that determine:
| |||||
config_shortcuts | A table linking a short text keys to commonly used concept ids. This is used to facilate facilitate constraining searches to concepts within these hierarchies without requiring the query to specify the full SNOMED CT identifier for the concept. This is currently only used by the procedures snap_search_plus, snap_search1_plus and snap2_search_plus. In future it may also be used to support procedures with a common requirment for |
...