CRBHSF provides a comprehensive framework for prospective healthcare performance surveillance through the integration of Bayesian risk estimation, latent organisational trust modelling, cyber-resilience assessment, decision-theoretic optimisation, and digital-twin deployment simulation.
The package was developed to support uncertainty-aware healthcare surveillance and proactive operational risk management in complex, digitally dependent healthcare systems.
The CRBHSF workflow integrates healthcare performance data, Bayesian surveillance modelling, organisational trust estimation, cyber-resilience assessment, risk stratification, intervention prioritisation, and digital-twin deployment evaluation within a unified analytical framework.
Traditional healthcare monitoring systems primarily identify performance issues after they occur. CRBHSF extends conventional surveillance by integrating:
install.packages("remotes")
remotes::install_github("zerish12/CRBHSF")library(CRBHSF)
df <- clean_health_data(
data,
provider_col = "provider",
time_col = "month"
)
df <- fit_bayesian_surveillance(
df,
y_col = "y",
n_col = "n"
)
df <- estimate_latent_trust(
df,
anomaly_col = "anomaly",
corruption_col = "corruption",
cyber_col = "cyber",
missing_col = "missing"
)
df <- compute_crbhsf_risk(df)
df <- compute_crpr(df)
df <- create_deterioration_outcome(
df,
provider_col = "provider",
time_col = "month",
value_col = "risk_crbhsf",
threshold = 0.04
)
validation_results <- validate_surveillance(
df,
outcome_col = "future_deterioration",
score_col = "risk_crbhsf"
)
validation_results
Distribution of cyber-resilient Bayesian surveillance risk scores across healthcare providers.
Ablation analysis illustrating the incremental contribution of Bayesian surveillance, latent trust modelling, and cyber-resilience assessment.
Estimated reduction in operational losses under alternative intervention-capacity scenarios.
| Function | Purpose |
|---|---|
clean_health_data() |
Healthcare data cleaning and preparation |
create_deterioration_outcome() |
Future deterioration outcome generation |
fit_bayesian_surveillance() |
Bayesian surveillance modelling |
estimate_latent_trust() |
Organisational trust estimation |
compute_crbhsf_risk() |
Cyber-resilient Bayesian risk computation |
compute_crpr() |
Cyber-Resilience Pressure Ratio |
validate_surveillance() |
Model validation and performance assessment |
run_ablation_study() |
Incremental-value evaluation |
compare_ml_benchmarks() |
Machine-learning benchmark comparison |
estimate_evib() |
Expected intervention benefit estimation |
simulate_digital_twin() |
Digital-twin deployment simulation |
plot_risk_distribution() |
Risk visualisation |
plot_ablation_auc() |
Ablation-analysis visualisation |
plot_deployment_impact() |
Deployment-impact visualisation |
generate_surveillance_report() |
Automated surveillance reporting |
CRBHSF is designed for:
The framework draws upon contemporary developments in:
Key references include:
Current version: 0.1.0
Status: Active development
Platform: R
License: MIT
If you use CRBHSF in research, please cite:
Khan MZ, Khan AW (2026).
CRBHSF: Cyber-Resilient Bayesian Healthcare Surveillance Framework.
R package version 0.1.0.
Independent Researcher in Health Data Science and Statistical Methodology, United Kingdom
Email: zahirstat007@gmail.com
BS Cyber Security Student
Email: B24F0570CYS128@paf-iast.edu.pk
Planned extensions include:
CRBHSF aims to advance healthcare surveillance beyond conventional retrospective monitoring by integrating uncertainty quantification, cyber resilience, organisational trust, operational risk assessment, and deployment-oriented decision support within a unified analytical framework. The package is intended to support researchers, healthcare organisations, policy analysts, and operational decision-makers seeking proactive and resilience-aware performance management strategies.
MIT License