drchrono · Example Payload

Patientintervention Example

Example PatientIntervention resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Patientintervention 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": "PatientIntervention Example",
  "description": "Example PatientIntervention resource for drchrono REST API",
  "resource": "PatientIntervention",
  "path": "/api/patient_interventions/{id}",
  "example": {
    "value_name": "example-value_name",
    "value_code_system": "example-value_code_system",
    "code": "example-code",
    "appointment": "example-appointment",
    "name": "example-name",
    "doctor": 1,
    "created_at": "example-created_at",
    "effective_time": "example-effective_time"
  }
}