{
  "resourceType": "Consent",
  "id": "Healthcare-Worker-Consent-AllowableActions-Example",
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "https://fhir.nhs.uk/England/CodeSystem/England-ConsentScope",
        "code": "rbac",
        "display": "RBAC"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.nhs.uk/England/CodeSystem/England-ConsentCategory",
          "code": "allowable-actions",
          "display": "Allowable Actions"
        }
      ]
    }
  ],
  "policy": [
    {
      "uri": "https://digital.nhs.uk/services/care-identity-service/registration-authority-users/registration-authority-help/registration-authority-key-documents-and-forms"
    }
  ],
  "provision": {
    "type": "permit",
    "actor": [
      {
        "role": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
              "code": "EMP",
              "display": "employee"
            }
          ]
        },
        "reference": {
          "reference": "https://directoryservice.example.nhs.uk/FHIR/R4/PractitionerRole/454567759542",
          "identifier": {
            "system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
            "value": "454567759542"
          }
        }
      }
    ],
    "action": [
      {
        "coding": [
          {
            "system": "https://fhir.nhs.uk/England/CodeSystem/England-SDSActivityCode",
            "code": "D8001:C8004:B0820",
            "display": "View Patient Demographics"
          }
        ]
      }
    ]
  }
}