Awell Health Developer Hub
Dev Hub

Reconcile patient records

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.

Request

Mutation

01

Variables for anonymous patient

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

Variables for patient with profile data

Use our GraphQL explorer to discover all the variables you can pass with this mutation.

01

Validation

Preferred language

Languages should be passed as an ISO 639-1 shortcode.

01

Phone numbers

Phone numbers should be passed in the E.164 format. Read more here.

01

Errors

Patient already exists

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.

Unknown identifier system

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.

How to use