From fe77aa194bd0b69aca0f52cb580374ca850787d4 Mon Sep 17 00:00:00 2001 From: NogaNHS Date: Thu, 24 Oct 2024 13:41:22 +0100 Subject: [PATCH] [PRMP-1082] add Medicus to supplier_name_mapping --- lambda/event-enrichment/event_enrichment_main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lambda/event-enrichment/event_enrichment_main.py b/lambda/event-enrichment/event_enrichment_main.py index 6081621..652a6eb 100644 --- a/lambda/event-enrichment/event_enrichment_main.py +++ b/lambda/event-enrichment/event_enrichment_main.py @@ -363,6 +363,7 @@ def get_supplier_name_from_sds_api(practice_ods_code: str) -> Optional[str]: "YGJ": "EMIS", "YGA": "SystmOne", "YGC": "Vision", + "YGMYW": "Medicus" } supplier_name = None