drchrono · Example Payload

Labvendorlocation Example

Example LabVendorLocation resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Labvendorlocation 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": "LabVendorLocation Example",
  "description": "Example LabVendorLocation resource for drchrono REST API",
  "resource": "LabVendorLocation",
  "path": "/api/sublabs/{id}",
  "example": {
    "vendor_name": "example-vendor_name",
    "facility_code": "example-facility_code",
    "id": 1,
    "name": "example-name"
  }
}