diff --git a/src/lib/utils/IPSResourceCollection.ts b/src/lib/utils/IPSResourceCollection.ts index a0d602a..cfeea0c 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' ];