Skip to content

Commit

Permalink
Add QuestionnaireResponse to allowableResourceTypes - FIXME this is not
Browse files Browse the repository at this point in the history
part of IPS, should get a carve-out elsewhere...
  • Loading branch information
mcjustin committed Jan 14, 2025
1 parent 0c94a12 commit 9f2c1d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/utils/IPSResourceCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
];

Expand Down

0 comments on commit 9f2c1d7

Please sign in to comment.