Update Patient

Updates the existing patient with the new provided data. Only fields provided in the request body, will be updated for the patient. If a field is not needed for updating, it should be removed from the request body.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Greenlight provided identifier

uuid
required

Greenlight provided identifier for this patient

Body Params

Update Patient Payload

string
length ≤ 50

The Patient's First Name.

  • maxLength: 50
string | null

The Patient's Middle Name.

  • maxLength: 50
string
length ≤ 50

The Patient's Last Name

  • maxLength: 50
date

The Patient's Date of Birth in YYYY-MM-DD format

string | null

The first line of the Patient's Street Address.

string | null

The second line of the Patient's Street Address.

string | null

The city that the patient resides in.

  • maxLength: 100
string | null

The state abbreviation of the Patient's Street Address.

  • maxLength: 2
string
length between 5 and 10
^\d{5}(?:[-\s]\d{4})?$

The Patient's 5 or 9 digit Zip Code in ##### or #####-#### format.

While 9 digits are accepted, only the first 5 digits will be used.

string | null

The county the Patient lives in.

  • maxLength: 50
string | null

The country the Patient lives in.

  • maxLength: 50
string
length ≤ 256

The Patient's Email Address.

Must conform to email address pattern, [email protected]

  • maxLength: 256
string | null
^[0-9]{3}-[0-9]{3}-[0-9]{4}$

The Patient's mobile phone number in ###-###-#### format. Area Code and Exchange must be valid for US.

string | null

Email Address of the Patient's assistant.

Must conform to email address pattern, [email protected]

  • maxLength: 256
string | null
^[0-9]{3}-[0-9]{3}-[0-9]{4}$

The mobile phone number of the Patient's assistant in ###-###-#### format. Area Code and Exchange must be valid for US.

string | null
enum

The preferred line of communication. Expected values: 'NO PREFERENCE', 'SMS', or 'EMAIL'

Allowed:
string | null
enum

The preferred line of communication. Expected values: 'NO PREFERENCE', 'SMS', or 'EMAIL'

Allowed:
string
enum

The Patient's Sex as assigned at birth.

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json