drchrono · Example Payload

Implantabledevice Example

Example ImplantableDevice resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Implantabledevice 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": "ImplantableDevice Example",
  "description": "Example ImplantableDevice resource for drchrono REST API",
  "resource": "ImplantableDevice",
  "path": "/api/implantable_devices/{id}",
  "example": {
    "status": "example-status",
    "lot_number": "example-lot_number",
    "archived": false,
    "manufacturing_date": "example-manufacturing_date",
    "patient": "example-patient",
    "expiration_date": "example-expiration_date",
    "created_at": "example-created_at",
    "brand_name": "example-brand_name"
  }
}