CQC Syndication

(1 review)

4. Inspection Area Taxonomy Example

The GET request below retrieves the list of all CQC Inspection Areas. Inspection Areas include hospital services and population groups and are identified by an Inspection Area ID e.g. "ambemergency".

Request: https://api.cqc.org.uk/public/v1/inspection-areas&partnerCode=OpenAnswers

Response (abbreviated):

{
  "lastUpdate": "2019-03-07T10:45:41Z",
  "inspectionAreas": [
    {
      "inspectionAreaId": "ambemergency",
      "inspectionAreaName": "Ambulance emergency and urgent care",
      "inspectionAreaType": "Inspection Service",
      "status": "Active",
      "inspectionCategories": [
        {
          "inspectionCategoryName": "Acute hospital - NHS non-specialist",
          "code": "H1",
          "coreFlag": "N"
        },
        {
          "inspectionCategoryName": "Acute hospital - NHS specialist",
          "code": "H2",
          "coreFlag": "N"
        }
      ]
    },

... Snip ...
  ]
}

Reviews