Skip to main content

Laboratory Service — Service Risk Register

Status: populated Owner: TBD Last updated: 2026-04-18 Companion: Service Template · 03 platform-services · 02 DDD


1. Risk Register

IDRiskLikelihoodImpactOwnerMitigationStatus
RISK-LAB-001Critical value not delivered to clinician (NATS down)LowCriticalSREOutbox pattern; escalation timer; backup alert channel via communication-serviceOpen
RISK-LAB-002Specimen mislabeling leading to wrong-patient resultLowCriticalClinical informaticsAccession number on label; collector confirmation step; audit trailOpen
RISK-LAB-003LOINC data licensing gap (Afghanistan adaptation)MediumHighPlatform teamUse ICD-10-AM local codes as fallback; track LOINC license procurementOpen
RISK-LAB-004Analyzer HL7 v2 ORU format incompatibilityMediumHighIntegration teamAdapter-based parsing; raw message store for retry; fallback to manual entryOpen
RISK-LAB-005Offline facility node sync conflict on accession numbersLowMediumPlatform teamAccession number includes tenant+date prefix; unique per node; merge strategy server_authoritativeOpen
RISK-LAB-006Result trending query performance degradationMediumMediumEngineeringIndexed test_code + released_at; Redis cache; pagination enforcedOpen
RISK-LAB-007Multi-tenant data leakage via misconfigured RLSVery LowCriticalSecurityRLS policies tested in mandatory tenant-isolation.spec.ts; CI gateOpen
RISK-LAB-008Correction creates orphaned FHIR ObservationLowMediumEngineeringCorrection replaces fhir_observation_id; prior observation status set to entered-in-error in FHIROpen