Skip to content
Partner Developer Portal

Schema

Column NameData TypeDescription
fridge_log_idintegerPrimary key for the fridge log table.
organisationvarcharAn organisation is synonymous with a pharmacy and is also known as the RXid.
is_deletedbooleanWhether this record should be considered deleted. Data deleted at source has non-key columns set to null while primary keys are retained.
pharmacy_namevarcharThe name of the pharmacy.
date_addedtimestampFridge log creation date.
location_namevarcharThe name of the location.
minimum_temperaturenumericThe minimum temperature threshold for the fridge.
maximum_temperaturenumericThe maximum temperature threshold for the fridge.
notesvarcharAdditional notes about the fridge log entry.
branch_identifiervarcharBranch identifier assigned by head office for data exchange workflows.
national_practice_codevarcharPharmacy NacsCode used to identify the pharmacy when the user logs in.
row_idvarcharUnique hash generated based on column values, used to identify data changes.
last_updated_datedateDate that this record was last updated by the orchestration process.