From b524b526b516eec8bc8f6e1a913e039f086cce41 Mon Sep 17 00:00:00 2001 From: "Dr. B. M. Riazul Islam" Date: Mon, 16 Mar 2026 18:36:06 +0600 Subject: [PATCH] # --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8d6ebb0..16c2f7d 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ All technical and procedural guides are located in the `ops/` directory. Refer t | Guide | Description | | --- | --- | -| **[Project Manifest](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/project-manifest.md)** | Full file inventory, architectural decisions, and pre-flight checklist. | -| **[Deployment Guide](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/deployment-guide.md)** | Step-by-step setup for Ubuntu 22.04+ and nine mandatory acceptance tests. | -| **[Keycloak Setup](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/keycloak-setup.md)** | Instructions for realm roles, client mappers, and JWT authentication. | -| **[Adding Additional IGs](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/adding-additional-igs.md)** | How to load specialized IGs (MCCoD, IMCI) without breaking the core. | -| **[Version Upgrade](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/version-upgrade-integration.md)** | Procedure for ICD-11 version updates and terminology cache flushing. | -| **[Scaling Roadmap](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/scaling-roadmap.md)** | Thresholds for resource allocation and database partitioning. | -| **[Technical Ops](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/technical-operations-document.md)** | Runbooks for backup, recovery, and daily maintenance. | +| **[Project Manifest](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/project-manifest.md)** | Full file inventory, architectural decision record, and pre-flight deployment checklist. | +| **[Technical Operations](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/technical-operations-document.md)** | Complete system overview, traffic flow, request lifecycle, infrastructure components, security model, and operational runbooks for any DevOps engineer taking over the deployment. | +| **[Deployment Guide](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/deployment-guide.md)** | Step-by-step first deployment on Ubuntu 22.04, including the critical init script fix, nine mandatory acceptance tests, and subsequent image upgrade procedure. | +| **[Keycloak Setup](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/keycloak-setup.md)** | Creating the `fhir-admin` role, `fhir-admin-pipeline` client, vendor client template, `sending_facility` token mapper configuration, and token verification tests. | +| **[Adding Additional IGs](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/adding-additional-igs.md)** | How to load specialised IGs (MCCoD, IMCI) alongside BD Core IG — code changes, package loading, resource type registration, Gitea workflow updates, and upgrade checklist. | +| **[Version Upgrade Integration](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/version-upgrade-integration.md)** | Seven-step ICD-11 version upgrade procedure, Python integration code for `version_upgrade.py`, cache flush and post-flush verification, and rollback procedure. | +| **[Scaling Roadmap](https://git.dghs.gov.bd/riaz.somc/bd-fhir-national/src/branch/main/ops/scaling-roadmap.md)** | Phase 1→2→3 capacity thresholds, replica scaling steps, monthly audit partition maintenance cron, PostgreSQL monitoring queries, and IG upgrade procedure. | ---