v1
latestOpenAPI 3.0.32026-07-26229361630.0 KBPatient
Update patient profile details
Payload for updating patient profile.
Name Field Requirement:
- Either fln must be provided, or at least fn must be included (optionally with mn and ln).
- If you do not want to change the name, omit all name fields.
patch/profiles/v1/patient/{oid}
Path parameters
oidstring required
Headers
client-idstring required
Example:EC_1431
Request body
Example request
{
"dob": "2000-01-02",
"gen": "M",
"mobile": "+916000000000",
"fn": "eka",
"mn": "eka",
"ln": "user",
"fln": "eka user",
"bloodgroup": "A+",
"s": "Dr",
"email": "testuser@eka.care",
"abha": "xyz@abdm",
"username": "UH0001",
"extras": {
"dummyKey": "Dummy Value"
}
}Response
Update Patient profile
Example response
{
"message": "Profile updated successfully"
}