Elation Health · Example Payload

Elation Appointment Example

Routine annual physical examination

EHRElectronic Health RecordsPrimary CareHealthcareFHIRClinicalPatientsPrescriptionsMessaging

Elation Appointment Example is an example object payload from Elation Health, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idscheduled_datedurationreasondescriptionpatientphysicianpracticemodeservice_locationstatustime_slot_typepaymentbilling_detailsis_blockingcreated_datelast_modified_datedeleted_date

Example Payload

Raw ↑
{
  "id": 98765432,
  "scheduled_date": "2026-06-20T10:00:00-07:00",
  "duration": 30,
  "reason": "Annual Wellness Visit",
  "description": "Routine annual physical examination",
  "patient": 64072843,
  "physician": 131072,
  "practice": 65540,
  "mode": "IN_PERSON",
  "service_location": {
    "name": "Main Office",
    "address": "456 Medical Plaza, San Francisco, CA 94107",
    "phone": "415-555-0200",
    "place_of_service_code": "11"
  },
  "status": {
    "status": "Scheduled",
    "room": null,
    "status_date": "2026-06-13T08:00:00Z"
  },
  "time_slot_type": "appointment",
  "payment": null,
  "billing_details": null,
  "is_blocking": false,
  "created_date": "2026-06-13T08:00:00Z",
  "last_modified_date": "2026-06-13T08:00:00Z",
  "deleted_date": null
}