Mutations
Update the patient's profile
01
Have a look at the validation section of the createPatient mutation to learn more about in what format values for certain variables should be passed.
01
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.
01
01