get Procedures

GET {{baseUrl}}/procedures?subdomain={{subdomain}}&location_id={{location_id}}&page=1&per_page=20

Get a list of procedures

Request Params

KeyDatatypeRequiredDescription
subdomainstring(Required) Used to scope the request to the specified institution
location_idstring(Required) Used to scope the request to the specified institution
provider_idstringFilter for specific provider
patient_idstringFilter for specific patient
appointment_idstringFilter for specific appointment
pagenumberPage number. Starts with page 1
per_pagenumberNumber of results to return per page. Defaults is 5 per page and Max 100 per page

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"code":"\u003cboolean\u003e","description":"\u003cstring\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":[{"id":"\u003cinteger\u003e","patient_id":"\u003cinteger\u003e","provider_id":"\u003cinteger\u003e","appointment_id":"\u003cinteger\u003e","code":"\u003cstring\u003e","description":"\u003cstring\u003e","status":"\u003cstring\u003e","fee":{"amount":"\u003cnumber\u003e","currency_code":"\u003cstring\u003e"},"start_date":"\u003cdate\u003e","end_date":"\u003cdate\u003e"},{"id":"\u003cinteger\u003e","patient_id":"\u003cinteger\u003e","provider_id":"\u003cinteger\u003e","appointment_id":"\u003cinteger\u003e","code":"\u003cstring\u003e","description":"\u003cstring\u003e","status":"\u003cstring\u003e","fee":{"amount":"\u003cnumber\u003e","currency_code":"\u003cstring\u003e"},"start_date":"\u003cdate\u003e","end_date":"\u003cdate\u003e"}],"count":"\u003cinteger\u003e"}