drchrono · Example Payload

Inventoryvaccine Example

Example InventoryVaccine resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Inventoryvaccine 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": "InventoryVaccine Example",
  "description": "Example InventoryVaccine resource for drchrono REST API",
  "resource": "InventoryVaccine",
  "path": "/api/inventory_vaccines/{id}",
  "example": {
    "category": 1,
    "lot_number": "example-lot_number",
    "manufacturer_code": "example-manufacturer_code",
    "name": "example-name",
    "original_quantity": 1,
    "doctor": 1,
    "created_at": "example-created_at",
    "status": "example-status"
  }
}