From 9f2c1d7413e397664bd3505554e978c0c4468315 Mon Sep 17 00:00:00 2001 From: Justin McReynolds Date: Tue, 14 Jan 2025 09:47:45 -0800 Subject: [PATCH] Add QuestionnaireResponse to allowableResourceTypes - FIXME this is not part of IPS, should get a carve-out elsewhere... --- src/lib/utils/IPSResourceCollection.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/utils/IPSResourceCollection.ts b/src/lib/utils/IPSResourceCollection.ts index a0d602ab..cfeea0c5 100644 --- a/src/lib/utils/IPSResourceCollection.ts +++ b/src/lib/utils/IPSResourceCollection.ts @@ -34,6 +34,7 @@ const allowableResourceTypes = [ 'Practitioner', // 'PractitionerRole', Not relevant to IPS 'Procedure', + 'QuestionnaireResponse', // FIXME this is not part of IPS, should get a carve-out elsewhere... 'Specimen' ];