February 2025 - Consult Status Set At

SteadyMD will begin to include a visitStatusSetAt field in our Consult response schema. This field will be a timestamp of the most recent change to the consult visitStatus. It is not intended to serve as an alternative to the 'Consult Status Change' platform events sent to the partner via AWS SNS notifications, but rather as a quick validation of when the most recent change occurred.

visitStatusSetAt:

Name - visitStatusSetAt
Type - string(date-time) or null
Required - true
Restrictions - read-only

Example Consult Schema:

{  
 "guid": "ee6a7af7-650d-499b-8e32-58a52ffdb7bc",
 "emrUri": "string",
 "usState": "Valid US Postal Code (e.g. CA, MO)",
 "clinician": "[http://example.com](http://example.com)",
 "clinicianGuid": "string",
 "consultType": "string",
 "consultDefinitionGuid": "string",
 "episodeGuid": "string",
 "programName": "string",
 "programGuid": "89d00036-4eec-4e4d-8f49-9b064e8aac86",
 "visitStatus": "received",
 "visitStatusSetAt": "2019-08-24T14:15:22Z",
 "createdAt": "2019-08-24T14:15:22Z",
 "appointmentTimezone": "string",
 "appointmentStartsAtLocalTime": "2019-08-24T14:15:22Z",
 "appointmentStartsAt": "2019-08-24T14:15:22Z",
 "appointmentEndsAtLocalTime": "2019-08-24T14:15:22Z",
 "appointmentEndsAt": "2019-08-24T14:15:22Z",
 "appointmentScheduledStartsAt": "2019-08-24T14:15:22Z",
 "appointmentScheduledEndsAt": "2019-08-24T14:15:22Z",
 "isExternal": true,
 "isPediatric": true,
 "isHighPriority": true,
 "isScheduled": true,
 "externalLinks": [
   {
     "label": "string",
     "link": "[http://example.com](http://example.com)",
     "linkType": "video\\_chat"
   }
 ],
 "reason": "string",
 "reasonSlug": "string",
 "preferredClinician": "[http://example.com](http://example.com)",
 "preferredClinicianGuid": "string",
 "reasonForVisit": "additional\\_documentation"
}