drchrono · Example Payload

Labresult Example

Example LabResult resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Labresult 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": "LabResult Example",
  "description": "Example LabResult resource for drchrono REST API",
  "resource": "LabResult",
  "path": "/api/lab_results/{id}",
  "example": {
    "status": "example-status",
    "group_code": "example-group_code",
    "observation_description": "example-observation_description",
    "is_abnormal": "example-is_abnormal",
    "observation_code": "example-observation_code",
    "specimen_received": "example-specimen_received",
    "comments": "example-comments",
    "normal_range": "example-normal_range"
  }
}