Definition
The clinical code data model provides a reference to original EMISWeb codes for translating a patients clinical information, like observations, diagnosis’ and treatments.
Information
Section titled “Information”The clinical code model contains EMISWeb code ids and their category description, mapped SNOMED CT codes, as well as other national codes, a variety of standardised coding systems used for different purposes, defined by the NHS
Schema updates for data maintenance
Section titled “Schema updates for data maintenance”- The
is_deletedcolumn has been added to indicate whether a clinical code has been marked as deleted
Benefit
Section titled “Benefit”- The
is_deletedcolumn enables more effective data maintenance by allowing customers to identify and manage deleted clinical codes
Examples
Section titled “Examples”Distinct EMIS Codes
Section titled “Distinct EMIS Codes”SELECT DISTINCT(emis_code_category_description)FROM hive.explorer_open_safely.clinical_codeORDER BY emis_code_category_description ASCDistinct National Codes for a category
Section titled “Distinct National Codes for a category”SELECTDISTINCT national_code,national_descriptionFROM hive.explorer_open_safely.clinical_codeWHERE national_code_category = 'PREFERRED COMMUNICATION LANGUAGE'
