This commit is contained in:
2026-03-16 18:36:06 +06:00
parent 5f3e4a920b
commit b524b526b5

View File

@@ -21,13 +21,13 @@ All technical and procedural guides are located in the `ops/` directory. Refer t
| Guide | Description | | 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. | | **[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. |
| **[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. | | **[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. |
| **[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. | | **[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. |
| **[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. | | **[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. |
| **[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. | | **[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. |
| **[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. | | **[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. |
| **[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. | | **[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. |
--- ---