drchrono · Schema

AsyncResourceError

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Properties

Name Type Description
status string Either "Error" or "Failed"
uuid string The UUID used to get the data for the asynchronous request
detail string Instructions on what to do next
View JSON Schema on GitHub

JSON Schema

asyncresourceerror.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/drchrono/json-schema/asyncresourceerror.json",
  "title": "AsyncResourceError",
  "properties": {
    "status": {
      "type": "string",
      "description": "Either \"Error\" or \"Failed\"",
      "title": "Status"
    },
    "uuid": {
      "type": "string",
      "description": "The UUID used to get the data for the asynchronous request",
      "title": "UUID"
    },
    "detail": {
      "type": "string",
      "description": "Instructions on what to do next",
      "title": "Detail"
    }
  }
}