drchrono · Example Payload

Patient Example

Example Patient resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Patient 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": "Patient Example",
  "description": "Example Patient resource for drchrono REST API",
  "resource": "Patient",
  "path": "/api/patients/{id}",
  "example": {
    "medication_history_consent": "example-medication_history_consent",
    "last_name": "example-last_name",
    "emergency_contact_phone": "example-emergency_contact_phone",
    "primary_care_physician": "example-primary_care_physician",
    "date_of_first_appointment": "example-date_of_first_appointment",
    "tertiary_insurance": {},
    "patient_flags_attached": [],
    "updated_at": "example-updated_at"
  }
}