post https://staging-api.athelas.com/enterprise/v1/patients//update
Update patient
Log in to see full request history
Patient creation framework
Responses
Update patient
Patient creation framework
xxxxxxxxxx
26curl --request POST \
--url https://staging-api.athelas.com/enterprise/v1/patients/10/update \
--header 'Authorization: Bearer ATHELASDEMOTOKEN' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"first_name": "Priyanka",
"last_name": "Mehta",
"site_id": 524,
"prescriber_id": 4904,
"gender": "F",
"phone_number": "14089259401",
"address": "160 S Whisman Rd, Mountain View, CA",
"condition_1": "I10",
"condition_2": "I11",
"date_of_birth": "1991-10-11",
"insurance_company": "Aetna",
"insurance_policy_number": "W23423466",
"first_test": "BLOOD_PRESSURE",
"blood_pressure_test": true,
"weight_test": "false",
"glucose_test": "false",
"is_weight_blind": "false"
}
'
Try It!
to start a request and see the response here! Or choose an example: