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 identifier2986010
fully_specified_namevarcharSNOMED fully specified nameSolar retinopathy (disorder)
model_updated_datetimetimestamp(6) with time zoneDate and time the model last updated this record2023-05-12 14:30:15.000000 UTC
other_codevarcharEMIS old codeDRGC6020BRIDL
other_code_systemvarcharOther system http addresswebsite link
other_displayvarcharEMIS old code descriptionAluminium Chlorhydroxide Complex
readv2_codevarcharOld readv2 codeF404400
snomed_concept_idbigintSNOMED CT concept identifier123456789
snomed_description_idbigintID of the preferred SNOMED description0358791000
termvarcharDescription of EMIS Code IDSolar retinopathy
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.codeable_concept
LIMIT 100;