Skip to content
Partner Developer Portal

Schema

Column NameData TypeDescriptionExampleMax LengthIs Null
locationguidvarcharUnique identifier for the location. Part of the composite primary key.{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}38False
locationnamevarcharThe human-readable name of the location.Anytown Branch Surgery100False
locationtypedescriptionvarcharClassifies the location type (e.g., Branch Surgery, Main Site).Branch Surgery50False
parentlocationguidvarcharReferences the parent location in a hierarchical site structure.{B2C3D4E5-F6A7-8901-BCDE-F12345678901}38True
opendatedateThe date the location became operational.2005-01-153False
closedatedateThe date the location was closed. Null if still active.2023-06-303True
maincontactnamevarcharThe primary contact person for this location.Reception Manager200True
faxnumbervarcharFax contact number for the location.01234 567890100True
emailaddressvarcharEmail address for the location.reception@anytownsurgery.nhs.uk100True
phonenumbervarcharPhone number for the location.01234 567891100True
housenameflatnumbervarcharHouse name or flat number component of the address.The Old Mill50True
numberandstreetvarcharStreet number and name component of the address.123 High Street50True
villagevarcharVillage component of the address.Little Anytown50True
townvarcharTown component of the address.Anytown50True
countyvarcharCounty component of the address.Anyshire50True
postcodevarcharPostal code for the location.AN1 2BC7True
deletedbooleanIndicates whether the record is deleted. Always false in this BulkView.false1False