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
attribute_typevarcharHuman readable description of the attribute; either ‘language’ or ‘sexual orientation’language
code_idbigintEMIS code ID - internal identifier123456789
data_dictionary_national_codevarcharThe NHS data dictionary codeABC123
model_updated_datetimetimestamp(6) with time zoneDate and time the model last updated this record2023-05-12 14:30:15.000000 UTC
snomed_concept_idbigintSNOMED CT concept identifier987654321
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.mkb_mapping_attributes
LIMIT 100;