drchrono · Example Payload

Laborderdocument Example

Example LabOrderDocument resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Laborderdocument 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": "LabOrderDocument Example",
  "description": "Example LabOrderDocument resource for drchrono REST API",
  "resource": "LabOrderDocument",
  "path": "/api/lab_documents/{id}",
  "example": {
    "hl7": "example-hl7",
    "timestamp": "example-timestamp",
    "lab_order": 1,
    "document": "example-document",
    "type": "example-type",
    "id": 1
  }
}