-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor user management form fields and corresponding props config (#…
…1500) * Refactor user management form fields and corresponding props config * Update tests
- Loading branch information
1 parent
95d4fe7
commit 4fee51b
Showing
16 changed files
with
398 additions
and
421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,7 @@ export const newPractitioner = { | |
name: [{ use: 'official', family: 'plotus', given: ['flotus', ''] }], | ||
telecom: [{ system: 'email', value: '[email protected]' }], | ||
}; | ||
|
||
export const newPractitionerRole = { | ||
resourceType: 'PractitionerRole', | ||
id: 'acb9d47e-7247-448f-be93-7a193a5312da', | ||
|
@@ -88,7 +89,11 @@ export const newPractitionerRole = { | |
code: [ | ||
{ | ||
coding: [ | ||
{ system: 'http://snomed.info/sct', code: '236321002', display: 'Supervisor (occupation)' }, | ||
{ | ||
system: 'http://snomed.info/sct', | ||
code: '405623001', | ||
display: 'Assigned practitioner', | ||
}, | ||
], | ||
}, | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.