drchrono · Example Payload

Inventorycategory Example

Example InventoryCategory resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Inventorycategory 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": "InventoryCategory Example",
  "description": "Example InventoryCategory resource for drchrono REST API",
  "resource": "InventoryCategory",
  "path": "/api/inventory_categories/{id}",
  "example": {
    "archived": false,
    "name": "example-name",
    "doctor": "example-doctor",
    "created_at": "example-created_at",
    "updated_at": "example-updated_at",
    "category_type": "example-category_type",
    "id": 1
  }
}