Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(fix) Align concepts in service queue to latest ocl release #809

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/esm-outpatient-app/src/config-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ export const configSchema = {
defaultPriorityConceptUuid: {
_type: Type.ConceptUuid,
_description: 'The UUID of the default priority for the queues eg Not urgent.',
_default: '9e123c90-76ac-4eaa-8d40-35577781eb46',
_default: 'f4620bfa-3625-4883-bd3f-84c2cce14470',
},
emergencyPriorityConceptUuid: {
_type: Type.ConceptUuid,
_description: 'The UUID of the priority with the highest sort weight for the queues eg Emergency.',
_default: '5c2d5f8c-5efb-46d0-8e28-9e707ab7523c',
_default: '04f6f7e0-e3cb-4e13-a133-4479f759574e',
},
serviceConceptSetUuid: {
_type: Type.ConceptUuid,
Expand All @@ -29,12 +29,12 @@ export const configSchema = {
defaultStatusConceptUuid: {
_type: Type.ConceptUuid,
_description: 'The UUID of the default status for the queues eg Waiting.',
_default: '136203AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',
_default: '51ae5e4d-b72b-4912-bf31-a17efb690aeb',
},
defaultTransitionStatus: {
_type: Type.ConceptUuid,
_description: 'The UUID of the default status for attending a service in the queues eg In Service.',
_default: '167408AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA',
_default: 'ca7494ae-437f-4fd0-8aae-b88b9a2ba47d',
},
visitQueueNumberAttributeUuid: {
_type: Type.ConceptUuid,
Expand Down
Loading