drchrono · Example Payload

Laborder Example

Example LabOrder resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Laborder Example is an example object payload from drchrono, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionresourcepathexample

Example Payload

Raw ↑
{
  "title": "LabOrder Example",
  "description": "Example LabOrder resource for drchrono REST API",
  "resource": "LabOrder",
  "path": "/api/lab_orders_summary/{id}",
  "example": {
    "status": "example-status",
    "documents": [],
    "patient": 1,
    "doctor": 1,
    "timestamp": "example-timestamp",
    "notes": "example-notes",
    "accession_number": "example-accession_number",
    "requisition_id": "example-requisition_id"
  }
}