Mutations
Create a new patient, anonymous patients are also supported.
In order to establish a link between the patient in your systems and Awell, we advise you to store the identifier of the patient in your system in the identifier
array field.
Learn more about identifiers.
01
In case you want to create anonymous patients without any PHI, we still advise you to specify an identifier
where you can insert the internal identifier of the patient. This can later be used to reconcile an Awell patient with a patient in your system.
01
Use our GraphQL explorer to discover all the variables you can pass with this mutation.
01
Languages should be passed as an ISO 639-1 shortcode.
01
Phone numbers should be passed in the E.164 format. Read more here.
01
If you pass in an identifier system-value pair in the identifier array that is used in another patient record, Awell will throw INVALID_IDENTIFIER
error with a message that identifiers are not unique.
If you pass in an identifier system-value pair in the identifier array where system is not one of the specified systems within you organization, Awell will throw INVALID_IDENTIFIER
error with a message that identifier system is not known.