drchrono · Example Payload

Patientvaccinerecord Example

Example PatientVaccineRecord resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Patientvaccinerecord 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": "PatientVaccineRecord Example",
  "description": "Example PatientVaccineRecord resource for drchrono REST API",
  "resource": "PatientVaccineRecord",
  "path": "/api/patient_vaccine_records/{id}",
  "example": {
    "lot_number": "example-lot_number",
    "site": "example-site",
    "ordering_doctor": 1,
    "doses": [],
    "id": 1,
    "next_dose_date": "example-next_dose_date",
    "cpt_code": "example-cpt_code",
    "completion_status": "example-completion_status"
  }
}