From a05e195a65edf70166365dad27d759d61eff52b8 Mon Sep 17 00:00:00 2001 From: Justin McReynolds Date: Thu, 30 Nov 2023 14:09:29 -0800 Subject: [PATCH] IRONN-223 Change a parent org to v5 (no impact) https://movember.atlassian.net/browse/IRONN-223 This org doesn't have any patients (and likely won't ever), it's used as an umbrella for 3 sites that were transitioned to v5 3 years ago. This change simply switches this parent to v5 with the same effective date as the children, as a precaution in case staff do add patients here. --- portal/config/eproms/Organization.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portal/config/eproms/Organization.json b/portal/config/eproms/Organization.json index 29c5c5e17..0c86e5bed 100644 --- a/portal/config/eproms/Organization.json +++ b/portal/config/eproms/Organization.json @@ -1654,7 +1654,8 @@ }, { "research_protocols": [ - {"name": "IRONMAN v3"} + {"name": "IRONMAN v3", "retired_as_of": "2020-07-24T05:00:00Z"}, + {"name": "IRONMAN v5"} ], "url": "http://us.truenth.org/identity-codes/research-protocol" }