drchrono · Example Payload

Patientdrug Example

Example PatientDrug resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Patientdrug 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": "PatientDrug Example",
  "description": "Example PatientDrug resource for drchrono REST API",
  "resource": "PatientDrug",
  "path": "/api/medications/{id}",
  "example": {
    "dispense_quantity": 0.0,
    "prn": false,
    "pharmacy_note": "example-pharmacy_note",
    "number_refills": 1,
    "patient": 1,
    "id": 1,
    "dosage_quantity": "example-dosage_quantity",
    "doctor": 1
  }
}