[Core Modules]

Clinical Governance: Practitioner Credentials and CPD

Clinical pathways are only safe when the platform can see who is treating the patient, what that practitioner is authorised to do, and whether their training and endorsements are still current.

Module metadata

Clinical pathways are only safe when the platform can see who is treating the patient, what that practitioner is authorised to do, and whether their training and endorsements are still current.

Back to All Modules

Source reference

content/modules/clinical-governance-practitioner-credentials-cpd.md

Last Updated

Apr 17, 2026

Category

Core Modules

Content checksum

0e979c39dd11edfa

Tags

modules

Overview#

Clinical pathways are only safe when the platform can see who is treating the patient, what that practitioner is authorised to do, and whether their training and endorsements are still current. A medication workflow, specialist pathway, or autonomous non-conveyance decision should not depend on assumptions about scope of practice.

The Practitioner Credentials and CPD module gives the platform a governance layer for workforce readiness. It helps services confirm active credentials, track endorsed scope, monitor continuing professional development, and apply those signals to live clinical workflows without forcing crews or governance teams into separate systems.

Diagram

flowchart TD
    A[Practitioner Record] --> B[Credential and Registration Check]
    B --> C[Scope and Endorsement Review]
    C --> D[CPD Currency Review]
    D --> E{Within Approved Scope?}
    E -->|Yes| F[Clinical Pathway or Medication Access]
    E -->|No| G[Escalation or Restricted Workflow]
    F --> H[Encounter Audit Trail]
    G --> H
    H --> I[Governance and Revalidation Review]

Last Reviewed: 2026-04-17 Last Updated: 2026-04-17

Key Features#

  • Practitioner Credential Register: Maintain a current record of registration level, credential status, validity period, and local scope of practice.

  • Scope-Aware Workflow Gating: Let clinical pathways, formulary access, and higher-risk actions reflect the practitioner authority recorded by the service.

  • Endorsement and Privilege Tracking: Record locally approved medication, protocol, and specialist-practice privileges alongside the core credential.

  • Continuing Professional Development Oversight: Keep CPD evidence and recency visible so governance teams can identify whether training remains current.

  • Shift and Deployment Readiness: Support operational checks before a practitioner starts a shift, joins a specialist rota, or is assigned cross-cover duties.

  • Agency and Relief Staff Validation: Apply the same governance checks to temporary or partner-service staff before they are given local clinical access.

  • Audit-Ready Governance Trail: Preserve when scope, endorsements, and CPD status were used in support of a live clinical decision.

Use Cases#

  • Advanced Medication Governance: A clinician only sees a higher-risk medication workflow where the recorded endorsement supports it.

  • Shift Readiness Review: Supervisors validate that a practitioner's registration and recent CPD support the work they are rostered to perform.

  • Specialist Pathway Access: A cardiac, stroke, or community pathway can be limited to clinicians whose scope and competency record supports that work.

  • Bank or Mutual-Cover Staffing: A service can validate incoming practitioners before exposing local protocols and ePCR workflows.

  • Revalidation and Clinical Audit: Governance leads review credential history and CPD evidence when assessing readiness, supervision needs, or pathway expansion.

Integration#

  • Authentication and Access Control: Credential and scope signals can inform session claims and workflow permissions.

  • Electronic Patient Care Report Clinical Workspace: Clinicians encounter the right level of clinical functionality for their approved scope during live care.

  • Medication and Guideline Management: Formulary and protocol modules can use recorded privileges to determine what is available or what requires escalation.

  • Clinical Governance and KPI Workflows: Governance teams can include scope and CPD recency in readiness reporting and audit review.

Open Standards#

  • JSON Web Tokens (RFC 7519): governance claims can travel with authenticated sessions in a portable standards-based token format.

  • OAuth 2.0 Bearer Token Usage (RFC 6750): downstream services can apply governance-aware access decisions using standard bearer-token patterns.

  • ISO 8601: credential validity windows, endorsement dates, and CPD timestamps remain machine-readable across systems.

  • HTTPS / TLS: governance data is exchanged using the platform's standard secure web transport baseline.

  • JSON: practitioner governance records integrate cleanly with adjacent clinical and administrative workflows using a common structured format.