Patients
Create Patient
Request Body
Field
Type
Required
Description
Example Request
POST /acme/live/patients
Authorization: Bearer {token}
Content-Type: application/json
{
"firstName": "Jane",
"lastName": "Doe",
"birthDate": "1985-06-15",
"gender": "FEMALE",
"email": "jane.doe@example.com",
"phone": "+14155551234",
"mrn": "MRN-00123"
}Example Response
Get All Patients
Query Parameters
Parameter
Type
Description
Example Request
Example Response
Get Patient by ID
Path Parameters
Parameter
Type
Description
Example Request
Example Response
Update Patient
Path Parameters
Parameter
Type
Description
Request Body
Example Request
Example Response
Delete Patient
Path Parameters
Parameter
Type
Description
Example Request
Example Response
Last updated
Was this helpful?