All posts

Middle East radiology AI: from PACS to production

Who this is for

This article is aimed at data and health-IT leaders inside large hospital systems with a multi-facility footprint and a radiology department staffed with board-certified consultants and residents in training. That category includes major academic medical centers across Saudi Arabia, Abu Dhabi, Dubai, Doha, and sovereign-backed health-cluster authorities. I will not name specific institutions, but the target reader profile is clear.

From a practitioner angle — I know this path from the labeling provider + medical QA angle, not from the AI vendor angle. What I describe here is what separates an imported FDA-cleared model from a deployment that actually works inside an Arab reading room.

Stage 1: PACS integration

A modern Middle East radiology reading room runs on multiple layers: Radiology Information System (RIS), Picture Archiving and Communication System (PACS), Electronic Health Record (EHR), and a report-generation pipeline. Any AI model has to integrate into this fabric without breaking it.

Technical integration standards

StandardRoleUse in AI integration
DICOMweb (WADO-RS)1Image retrievalThe AI pulls images from PACS over REST
DICOMweb (QIDO-RS)1Image queryThe AI queries candidate studies
DICOMweb (STOW-RS)1Result pushThe AI writes a secondary capture image or SR back to PACS
HL7 v2 ORM2Order messageTriggers the AI when a study is ordered
HL7 v2 ORU2Result messageReturns AI output as a sub-result in the report flow
HL7 FHIR ImagingStudy7Modern standardFor newer systems replacing HL7 v2
DICOM SR (Structured Report)8Structured reportStores the AI result as a queryable artifact
IHE AIR (AI Results)9Integration profileDefines how AI outputs surface in PACS

Models that do not speak these standards end up deployed as side systems and get ignored by the radiologist. We see this routinely when reviewing a failed deployment.

Reading-room workflow

The accepted production model is “flag + pin” before reporting: when a new study arrives, the AI processes it silently in the background, generates a prediction file, and raises a flag on the worklist if the prediction crosses a threshold. The radiologist opens the study — if a flag is present, they see an alert + an overlay on the image. They accept, edit, or reject. The final decision is the radiologist’s.

Detailed workflow steps:

Stage 2: Clinical adoption

Models succeed or fail at this stage. The key: never ask a radiologist to trust something that was not locally validated.

Copilot vs. autonomous reader — the clinical-adoption ladder

Three common levels of clinical autonomy:

  1. Radiologist copilot: the AI highlights, suggests, classifies — the radiologist always decides. This is the recommended starting level for every deployment.
  2. Double read: the AI reads independently, the radiologist reads independently, a disagreement is arbitrated by a senior radiologist. Used particularly in mammography screening.
  3. Autonomous read: the AI reads, the radiologist only reviews flagged cases. A much higher regulatory + risk bar. Rare in the Middle East as of this article.

Practical recommendation: start at Copilot, gather local performance data, then graduate level by case-specific decisions (never across the whole deployment at once).

Board-certified supervision

Every model deployed in a Middle East reading room sits under board-certified radiologist supervision (Saudi, Emirati, Arab Board, American, or British depending on institutional policy). Supervision means:

IRB documentation + local validation

A model trained on American or European data does not perform with the same accuracy on Middle East data without validation. Differences: population age distribution, disease prevalence, different imaging hardware, different imaging protocols. The medical IRB requires:

This is a step some vendors skip — and it is the number-one reason a senior radiologist rejects the model.

Stage 3: Regulatory compliance

Software as a Medical Device (SaMD) is regulated locally — distinct from FDA. Who regulates what:

AuthorityCountryScope
SFDA3Saudi ArabiaAll medical devices + SaMD inside the Kingdom
EDE (Emirates Drug Establishment)4UAE (federal)Most medical devices + SaMD; assumed the role from MOHAP on 2 Jan 2025. Partially excludes Dubai and Abu Dhabi
DHADubaiHealthcare providers in Dubai + their equipment
DOHAbu DhabiHealthcare providers in Abu Dhabi + their equipment
MoPHQatarAll medical devices + SaMD in Qatar
MoHKuwait, OmanAll medical devices + SaMD
NHRA11BahrainAll medical devices + SaMD in Bahrain

SaMD classification

Classification follows risk logic aligned with IMDRF (International Medical Device Regulators Forum) principles.12 The four categories (I–IV) escalate based on healthcare situation criticality and significance of the information the software provides:

Each tier requires escalating documentation + testing.

IEC 62304 + ISO 13485

A SaMD dossier requires conformity with two international standards:

International vendors typically already hold these certifications. The challenge: applying them to an AI model that continuously learns from new data. The region’s regulators are still developing how to handle “continuously updated” models vs. “frozen” models.

FDA-cleared with local validation

An FDA-cleared model is not automatically released into the Middle East. The common path:

  1. The manufacturer submits the FDA-510(k) or De Novo clearance as evidence13
  2. The local authority (SFDA, EDE, etc.) requires local validation on a local-population dataset
  3. A local technical dossier is filed
  4. Device classification + local license issuance
  5. Post-market surveillance

Timelines vary by authority and device classification.

Middle East-specific challenges

Arabic radiology report generation + structured-field extraction

In most major Gulf medical centers, radiology reports are written in English. In some private Egyptian + North African centers reports are written in Arabic or mixed. Models that generate an Arabic report + extract structured fields (BI-RADS, LungRADS, lesion measurement fields) from Arabic text need a local Arabic clinical NLP layer — not just image-side AI.

Heterogeneous PACS vendor distribution

Arab reading rooms commonly run a mix of PACS vendors such as GE Centricity, Sectra, Philips IntelliSpace, Carestream, Agfa, and Fujifilm Synapse14 across different facilities in the same health system. The deployed model has to integrate with all of them. This favors standards-based integration over vendor-specific integration: DICOMweb + HL7 over proprietary APIs.

On-prem air-gapped deployment

Medical images classify as sensitive health data under Saudi PDPL15 + UAE PDPL + the region’s other privacy laws. Many hospitals require on-prem deployment, air-gapped from the open internet, to prevent data leakage. This imposes on the vendor:

Many American or European radiology AI vendors were built around an assumed cloud connectivity baseline. This drops them off the consideration list for many regional hospitals.

Using patient data to train a model (even with de-identification) requires medical IRB approval + a legal basis. Deployment without using data for training (inference only on a frozen model) is legally simpler — prior consent for processing study data is easier than consent for contributing to a training corpus.

Where the Annota8 layer fits

From the labeling provider + medical QA angle, Annota8 is being designed to support the deployment path in four layers — none of these is a turnkey shipping product today; each is scoped and built per customer engagement:

  1. Board-certified radiologist annotator panel — being assembled across Saudi, Emirati, Egyptian, and Jordanian medical communities. The scope, sub-specialty coverage, and clearance posture is determined per engagement.

  2. DICOM-RT segmentation layer for annotators specializing in radiotherapy segmentation — including organ-at-risk (OAR) contouring, clinical target volume, and planned target volume — for models serving radiation-therapy planning.

  3. Cairene PhD-level linguist for Arabic radiology report NLP. Structured field extraction from Arabic-written reports, HL7 FHIR annotation, ICD-10 + LOINC + SNOMED-CT linkage from Arabic clinical text. See HL7-FHIR labeling.

  4. Specialized use cases: BI-RADS labeling for breast imaging, mammographic density classification, LungRADS labeling, PI-RADS labeling, LI-RADS labeling.

Pipelines of this kind are designed around PDPL considerations for Saudi data and a HIPAA BAA for any linked US workloads, with an on-premise processing option for sensitive workloads that cannot be moved. The exact regulatory posture (including any BAA) is engagement-specific and confirmed in writing per customer.

How to start a deployment — operational sequence

  1. Pick one high-volume, medium-risk use case (e.g. pulmonary embolism detection on chest CT)
  2. Start with an FDA-cleared model from a reputable vendor with DICOMweb + HL7 integration ready
  3. Build a local validation set with board-certified radiologist review as ground truth (sample size scoped per IRB review)
  4. Run a “shadow mode” test — the model runs but the radiologist does not see its output
  5. Compare model outputs against radiologist decisions to measure real-world performance
  6. If performance is acceptable, move to Copilot “flag + pin” mode
  7. Collect radiologist feedback + continuous performance data
  8. Document the local validation dossier for SFDA / EDE / DHA / DOH / NHRA as applicable
  9. Formally certify + expand to additional use cases

This sequence is deliberately slow. Accelerating it leads to failed clinical adoption + regulator rejection.

Talk to us about radiology AI deployment → 30-min call Read the radiology solutions page

References

Footnotes

  1. DICOM PS3.18 Web Services standard (NEMA) — WADO-RS, QIDO-RS and STOW-RS are the three core RESTful DICOMweb services. https://www.dicomstandard.org/using/dicomweb/restful-structure and https://dicom.nema.org/medical/dicom/current/output/html/part18.html. 2 3 4

  2. HL7 v2 messaging — ORM is the order message and ORU is the observation result message, the canonical CPOE↔ancillary radiology message pair. https://saga-it.com/docs/hl7/messages/orm and https://healthcareintegrations.com/hl7-v2-messages-explained-adt-orm-and-oru-tutorial/. 2 3

  3. SFDA Medical Devices Sector — regulates all medical devices in KSA, has adopted IMDRF SaMD principles, and issued specific AI/ML guidance (MDS-G010). See SFDA MDS-G027 https://www.sfda.gov.sa/sites/default/files/2025-08/MDS-G027.pdf and summary https://operonstrategist.com/en-sa/samd-in-sfda/. 2

  4. UAE federal medical-device regulator — as of 2 January 2025, the Emirates Drug Establishment (EDE) became the UAE’s federal authority responsible for regulating medical products including medical devices, assuming the 44 core regulatory services previously managed by MOHAP. MOHAP retains only residual jurisdiction (community/compounding pharmacy and limited narcotics functions). https://meddeviceguide.com/blog/uae-ede-medical-device-registration-guide-2026. 2

  5. IEC 62304:2006 (with 2015 amendment) — medical device software life-cycle processes including risk management interface, change control, testing, release, and post-market maintenance. https://webstore.iec.ch/en/publication/6792 and https://www.iso.org/standard/38421.html. 2

  6. ISO 13485:2016 — quality management system standard for organisations involved in design, production, installation and servicing of medical devices. https://www.iso.org/standard/59752.html. 2

  7. HL7 FHIR R5 — ImagingStudy resource describing DICOM studies. https://www.hl7.org/fhir/imagingstudy.html.

  8. DICOM Structured Report — DICOM Supplement 23 and SIIM overview confirm SR objects can be stored, transmitted, queried and retrieved via the standard DICOM Q/R model. https://www.dicomstandard.org/News-dir/ftsup/docs/sups/sup23.pdf and https://siim.org/otpedia/structured-report-sr/.

  9. IHE Radiology Technical Framework Supplement — AI Results (AIR) profile specifies capture, distribution, and display of AI-generated imaging analysis results. https://wiki.ihe.net/index.php/AI_Results and https://pubs.rsna.org/doi/full/10.1148/radiol.232653.

  10. ACR Reporting and Data Systems — BI-RADS (mammography), Lung-RADS (lung cancer screening), PI-RADS (prostate MRI), LI-RADS (liver imaging) are ACR-endorsed structured reporting frameworks. https://www.acr.org/Clinical-Resources/Clinical-Tools-and-Reference/Reporting-and-Data-Systems and https://pubs.rsna.org/doi/10.1148/rg.2019190087.

  11. National Health Regulatory Authority of Bahrain (NHRA) — Bahrain’s independent medical-device regulator (not the Ministry of Health). https://www.nhra.bh/.

  12. IMDRF “Software as a Medical Device: Possible Framework for Risk Categorization and Corresponding Considerations” (N12 FINAL:2014) — four risk categories (I–IV) based on healthcare situation criticality and significance of information provided. https://www.imdrf.org/sites/default/files/docs/imdrf/final/technical/imdrf-tech-140918-samd-framework-risk-categorization-141013.pdf.

  13. Systematic review of FDA-authorised AI/ML medical devices: 96.2% cleared via 510(k), 2.6% via De Novo, 1.2% via PMA. https://pmc.ncbi.nlm.nih.gov/articles/PMC12595527/.

  14. KLAS Best in KLAS 2024/2025 PACS rankings — Sectra, Agfa, Fujifilm Synapse, GE Centricity, Philips Vue/IntelliSpace, and Carestream are named as active enterprise PACS vendors. https://radiologybusiness.com/topics/health-it/enterprise-imaging/imaging-informatics/best-klas-2024-rankings-released-showcasing-medical-imaging-it-systems.

  15. Saudi PDPL — Health Data is explicitly enumerated within the definition of “Sensitive Data”, triggering additional processing obligations. Bird & Bird analysis: https://www.twobirds.com/en/insights/2025/saudi-arabia-health-data-under-the-personal-data-protection-law.