Skip to content
Partner Developer Portal

Schema

Column NameData TypeDescriptionExample
is_deletedbooleanIf this record should be considered soft deleted; all columns excluding primary keys will be NULL if TRUEfalse
code_idbigintEMIS code ID - internal identifier348898019
emis_code_category_descriptionvarcharEMIS Code ID category descriptionReferral
model_updated_datetimetimestamp(6) with time zoneDate and time the model last updated this record2023-05-12 14:30:15.000000 UTC
national_codevarcharNational letter code from the NHS data dictionary codeG02
national_code_categoryvarcharNational Code category nameACTIVITY LOCATION TYPE CODE
national_descriptionvarcharNational code descriptionNursing Home
parent_code_idbigintPopulated if EMIS Code ID has a parent Code ID361953013
read_term_idvarcharEMIS old code791D1
readv2_codevarcharOld readv2 code791D100
snomed_concept_idbigintSNOMED CT concept identifier218361000
snomed_description_idbigintID of the preferred SNOMED description330690010
termvarcharDescription of EMIS Code IDPulmonary valvectomy
transform_datetimetimestamp(6) with time zoneDate and time the data was made available in the model with a relevant change2023-05-12 14:30:15.000000 UTC

Use this query to preview recent rows and validate expected columns:

SELECT *
FROM explorer_open_safely.clinical_code
LIMIT 100;