Skip to content

Commit

Permalink
Merge pull request #7972 from opencrvs/crvs-7915-add-questionnaire-re…
Browse files Browse the repository at this point in the history
…sponse

#7915 - Allow 'QuestionnaireResponse' resource type in the event notification APIs
  • Loading branch information
euanmillar authored Dec 2, 2024
2 parents bc7d585 + bd33c50 commit 1a289cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export enum Code {
HEALTH_FACILITY = 'HEALTH_FACILITY'
}

const RESOURCE_TYPES = ['Patient', 'RelatedPerson', 'Encounter', 'Observation']
const RESOURCE_TYPES = ['Patient', 'RelatedPerson', 'Encounter', 'Observation', 'QuestionnaireResponse']

const resourceSchema = Joi.object({
resourceType: Joi.string()
Expand Down

0 comments on commit 1a289cc

Please sign in to comment.