From 17db7fc7ff5868736ce156cdba6b90db703ac46a Mon Sep 17 00:00:00 2001 From: Sally Grindstaff Date: Thu, 27 Jun 2024 12:21:26 -0700 Subject: [PATCH] Add "kp_2" to site map, mapping to KaiserPermanente --- lib/seattleflu/id3c/cli/command/etl/clinical_retrospectives.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/seattleflu/id3c/cli/command/etl/clinical_retrospectives.py b/lib/seattleflu/id3c/cli/command/etl/clinical_retrospectives.py index 158223f8..c871d708 100644 --- a/lib/seattleflu/id3c/cli/command/etl/clinical_retrospectives.py +++ b/lib/seattleflu/id3c/cli/command/etl/clinical_retrospectives.py @@ -65,10 +65,9 @@ def create_encounter_location_references(db: DatabaseSession, record: dict, resi "uwmc_retro": "RetrospectiveUWMedicalCenter", "nwh_retro": "RetrospectiveNorthwest", "phskc_retro": "RetrospectivePHSKC", - - # for future use "sch_retro": "RetrospectiveSCH", "kp": "KaiserPermanente", + "kp_2": "KaiserPermanente", } if sample_origin not in origin_site_map: