{
  "@context": [
    "http://www.w3.org/ns/csvw",
    {
      "@language": "en"
    }
  ],
  "url": "data-5d165484142c.csv",
  "dc:title": "GP appointment access",
  "dc:description": "% of patients with a good experience of making a GP appointment (GP Patient Survey)",
  "dc:publisher": {
    "schema:name": "NHS England / Ipsos, GP Patient Survey"
  },
  "dc:license": {
    "@id": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
  },
  "dc:source": {
    "@id": "https://gp-patient.co.uk/FileDownload/Download?fileRedirect=2025%2Fsurvey-results%2Fnational-results%2Fnational-results-and-trends%2FGPPS_2025_National_results_and_trends_PUBLIC.xlsx"
  },
  "tableSchema": {
    "columns": [
      {
        "name": "period",
        "titles": "period",
        "datatype": "string",
        "dc:description": "Observation period (year, or ISO date)",
        "propertyUrl": "http://purl.org/linked-data/sdmx/2009/dimension#timePeriod"
      },
      {
        "name": "value",
        "titles": "value",
        "datatype": "number",
        "dc:description": "Observation value in percent (%)",
        "propertyUrl": "http://purl.org/linked-data/sdmx/2009/measure#obsValue"
      },
      {
        "name": "unit",
        "titles": "unit",
        "datatype": "string",
        "dc:description": "Unit of measure",
        "propertyUrl": "http://purl.org/linked-data/sdmx/2009/attribute#unitMeasure"
      },
      {
        "name": "unit_multiplier",
        "titles": "unit_multiplier",
        "datatype": "integer",
        "dc:description": "Power-of-ten multiplier: base value = value × 10^unit_multiplier",
        "propertyUrl": "http://purl.org/linked-data/sdmx/2009/attribute#unitMult"
      },
      {
        "name": "status",
        "titles": "status",
        "datatype": "string",
        "dc:description": "Observation status / suppression code",
        "propertyUrl": "http://purl.org/linked-data/sdmx/2009/attribute#obsStatus"
      }
    ],
    "primaryKey": [
      "period"
    ]
  }
}