diff --git a/kf_lib_data_ingest/common/constants.py b/kf_lib_data_ingest/common/constants.py index 01eb5a0e..f3f23013 100644 --- a/kf_lib_data_ingest/common/constants.py +++ b/kf_lib_data_ingest/common/constants.py @@ -250,6 +250,10 @@ class NIH: NAME = "National Institutes of Health" KF_ID = "SC_HEXD2E5R" + class PRINCESS_MAXIMA: + NAME = "Princess Maxima Center" + KF_ID = "SC_V4CCQ3WE" + class SICKKIDS: NAME = "SickKids" KF_ID = "SC_9WMJKQ1X"