Skip to content

Commit

Permalink
Add use param to patient's name
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Dec 13, 2024
1 parent eea2f17 commit 1205517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/seeds/Mapping/patient-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ body:
- $ firstName
- $ middleName
family: $ lastName
use: official
gender: $ gender
telecom:
- value: $ mobile
Expand Down
1 change: 1 addition & 0 deletions resources/seeds/Mapping/patient-edit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ body:
- $ firstName
- $ middleName
family: $ lastName
use: official
gender: $ gender
telecom:
- value: $ mobile
Expand Down

0 comments on commit 1205517

Please sign in to comment.