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
dmd_product_code_idbigintDictionary of Medicines and Devices (dm+d) product identifier; also a SNOMED CT concept identifier12354611500001104
model_updated_datetimetimestamp(6) with time zoneDate and time the model last updated this record2023-05-12 14:30:15.000000 UTC
other_code_systemvarcharOther system http addresswebsite link
preparation_code_idbigintEMIS code ID - internal identifier123546
snomed_description_idbigintID of the preferred SNOMED description330690010
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_dmd_preparation
LIMIT 100;