Tross
ECLINICALWORKS

Fetch Asc Encounters Notes

Fetch asc encounters notes in eClinicalWorks

POSThttps://api.ontross.com/api/integrations/ecw/fetch-asc-encounters-notes
Request Fields
input
object
required
Input object.
input.patientId
string
required
Patient id
input.encounterId
string
Encounter id
input.date
string
Date
auth_id
string
required
Auth id
Output Fields
progress_notes
array
List of progress notes.
Code
curl --request POST \
  --url https://api.ontross.com/api/integrations/ecw/fetch-asc-encounters-notes \
  --header 'X-API-Key: REPLACE_KEY_VALUE' \
  --header 'content-type: application/json' \
  --data '{"input":{"patientId":"string_id","encounterId":"value","date":"value"},"auth_id":"auth_uuid_here"}'
Request BODY
{
  "input": {
    "patientId": "string_id",
    "encounterId": "value",
    "date": "value"
  },
  "auth_id": "auth_uuid_here"
}