Skip to content

Commit

Permalink
(fix) Remove implementation-specific default identifier types (#1200)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian <[email protected]>
  • Loading branch information
denniskigen and ibacher authored Jun 24, 2024
1 parent 3ed6166 commit f6694c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/esm-patient-search-app/src/config-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const configSchema = {
},
_description:
'A list of identifier types to be displayed in the patient search results as banner tags. If no defaultIdentifierTypes are provided, the defaultIdentifier will be displayed.',
// These values correspond to the Patient Clinic Number and National Unique Patient Identifier (NUPI) identifier types respectively
_default: ['b4d66522-11fc-45c7-83e3-39a1af21ae0d', 'f85081e2-b4be-4e48-b3a4-7994b69bb101'],
// This UUID is for the OpenMRS ID
_default: ['05a29f94-c0ed-11e2-94be-8c13b969e334'],
},
defaultIdentifier: {
_type: Type.String,
Expand Down

0 comments on commit f6694c3

Please sign in to comment.