{
  "resourceType": "CodeSystem",
  "id": "SCR-ACSPermission",
  "url": "https://fhir.nhs.uk/CodeSystem/SCR-ACSPermission",
  "version": "1.0.0",
  "name": "SCR-ACSPermission",
  "title": "Summary Care Record Access Control Permission",
  "status": "active",
  "date": "2020-11-06T00:00:00+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "NHS Digital",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A CodeSystem to identify Access Control Permission to view values for the Summary Care Record.",
  "copyright": "Copyright © 2020 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "Yes"
    },
    {
      "code": "No"
    },
    {
      "code": "Ask"
    }
  ]
}