drchrono · Example Payload

Labtest Example

Example LabTest resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Labtest 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": "LabTest Example",
  "description": "Example LabTest resource for drchrono REST API",
  "resource": "LabTest",
  "path": "/api/lab_tests/{id}",
  "example": {
    "report_notes": "example-report_notes",
    "status": "example-status",
    "code": "example-code",
    "description": "example-description",
    "specimen_condition": "example-specimen_condition",
    "collection_date": "example-collection_date",
    "internal_notes": "example-internal_notes",
    "specimen_total_volume": 0.0
  }
}