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

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: Created

{&quot;message&quot;:&quot;\u003cstring\u003e&quot;}