NHS certifications & roadmap

DSPT, DCB0129 clinical safety, Cyber Essentials Plus, and ISO 27001 - current status, evidence, hazard log, and roadmap dates.

DSPT

Targeting Standards Met

Data Security & Protection Toolkit — the NHS baseline for any supplier handling patient data.

DCB0129

In progress

Clinical Risk Management for manufacturers of Health IT. Hazard log + safety case + Clinical Safety Officer.

Cyber Essentials Plus

Roadmap Q3 2026

Government-backed cyber security certification. External audit required.

ISO 27001

Roadmap Q1 2027

Information security management system. Stage 1 audit planned for Q1 2027.

DSPT status by section

Our current self-assessment is documented in docs/security/dspt-submission-draft.md. Summary:

SectionTopicStatus
1Personal Confidential DataMet
2Staff responsibilitiesMet
3TrainingIn progress
4Managing data accessMet
5Process reviewsIn progress
6Responding to incidentsMet
7Continuity planningMet
8Unsupported systemsMet
9IT protectionMet
10Accountable suppliersIn progress

DCB0129 clinical safety

Full safety case in docs/security/dcb0129-clinical-safety-case.md. Top 10 hazards with mitigations:

IDHazardSeverityMitigation
H001Cross-clinic data leakCatastrophicRLS + clinic_id scoping + AES-256
H002Wrong patient record displayedMajorUUID PKs, explicit patient_id in every query
H003AI voice agent gives medical adviceCatastrophicGuardrails + emergency detector + human handoff
H004Prescription issued for wrong patientCatastrophicFK constraints + allergies check + clinician signature
H005Appointment double-bookedMinorUnique constraint on (clinician_id, starts_at)
H006PII in logs or LLM promptsMajorTyped PII redaction + regex scrubber
H007Authentication bypassCatastrophicJWT HS256 + denylist + MFA + rate limiting
H008Audit trail gapsMajormiddleware.Audit + append-only + hash chain
H009Data lossCatastrophic35-day geo-redundant PITR + backup verification
H010SMS / email sent to wrong recipientMajorE.164 validation + HMAC phone hashing

Clinical Safety Officer

A registered healthcare professional must be appointed as Clinical Safety Officer before NHS deployment. This is a DCB0129 requirement. The CSO owns the hazard log, signs off on releases affecting clinical workflows, and is the named contact for any clinical incident.

Roadmap

Cyber Essentials Plus (Q3 2026)

Requires an external audit from an IASME-accredited assessor. Covers five control areas:

  1. Firewalls — handled by Azure Front Door WAF + NSGs
  2. Secure configuration — distroless container, RBAC, no default passwords
  3. User access control — MFA, RBAC, least privilege
  4. Malware protection — distroless image has no shell or package manager
  5. Patch management — Dependabot + automated image rebuilds

Evidence is already mostly in place. Gap: formal vulnerability scan report (we have Trivy in CI but need a CE+-specific scan).

ISO 27001 (Q1 2027)

ISO 27001 requires an Information Security Management System (ISMS). Beyond the technical controls we already have, we need:

  • Documented ISMS scope + policy
  • Risk assessment and treatment plan (formal)
  • Statement of Applicability covering all 93 Annex A controls
  • Internal audit programme
  • Management review cadence
  • Stage 1 audit (documentation review) + Stage 2 audit (effectiveness)

Target: Stage 1 audit Q1 2027, full certification Q3 2027.