Patient Information
POST {{baseUrl}}/get_patient_info/execute
This function will return the info regarding a patient being established or not.
Request Body
{"patient_id"=>"<string>", "start_date"=>"<string>", "end_date"=>"<string>", "provider_id"=>"<string>", "specialty"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
{"message":"\u003cstring\u003e"}