Skip to content

Commit

Permalink
docs(): update patient identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Hellemans authored and Nick Hellemans committed Apr 3, 2024
1 parent 0de483c commit 738c08a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ Have a look at the validation section of the [createPatient mutation](/awell-orc
}
}
```
### Updating patient identifiers

Providing patient identifier object in UpdatePatient mutation will **replace** any existing identifiers. If you wish to add a new identifier you can use the AddIdentifierToPatient mutation instead. Learn more about [identifiers](https://developers.awellhealth.com/awell-orchestration/docs/misc/patient-identifiers).
## Update patient identifiers

Providing patient identifier object in UpdatePatient mutation will **replace** any existing identifiers. If you wish to add a new identifier you can use the `AddIdentifierToPatient` mutation instead. Learn more about [identifiers](https://developers.awellhealth.com/awell-orchestration/docs/misc/patient-identifiers).

### Mutation

Expand All @@ -47,7 +48,6 @@ mutation AddIdentifierToPatient(input: AddIdentifierToPatientInput!) {

### Variables


```json
{
"input": {
Expand Down

0 comments on commit 738c08a

Please sign in to comment.