Skip to content

Commit

Permalink
Merge pull request #8125 from opencrvs/auto-pr-release-v1.6.1-7972-29276
Browse files Browse the repository at this point in the history
πŸ’ Merge changes from PR #7972 to release-v1.6.1
  • Loading branch information
euanmillar authored Dec 3, 2024
2 parents 115ebf4 + 833df04 commit 01fb631
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 01fb631

Please sign in to comment.