{
 "db": "nhs_marts",
 "name": "mart_prescribing_per_capita",
 "rows": 448,
 "bytes": 13971,
 "engine": "MergeTree",
 "modified": "2026-08-17 10:50:52",
 "category": "prescribing",
 "publisher": "NHSBSA",
 "licence": "OGL-3.0",
 "access": "open",
 "columns": [
  {
   "name": "region_id",
   "type": "UInt32"
  },
  {
   "name": "region_name",
   "type": "String"
  },
  {
   "name": "month_date",
   "type": "Date"
  },
  {
   "name": "items",
   "type": "UInt64"
  },
  {
   "name": "quantity",
   "type": "Float64"
  },
  {
   "name": "nic",
   "type": "Float64"
  },
  {
   "name": "actual_cost",
   "type": "Float64"
  },
  {
   "name": "region_population",
   "type": "UInt64"
  },
  {
   "name": "items_per_1k_pop",
   "type": "Nullable(Float64)"
  },
  {
   "name": "cost_per_head",
   "type": "Nullable(Float64)"
  }
 ]
}