drchrono · Example Payload

Patientproblem Example

Example PatientProblem resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Patientproblem 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": "PatientProblem Example",
  "description": "Example PatientProblem resource for drchrono REST API",
  "resource": "PatientProblem",
  "path": "/api/problems/{id}",
  "example": {
    "category": "example-category",
    "icd_code": "example-icd_code",
    "icd_version": "example-icd_version",
    "appointment": 1,
    "description": "example-description",
    "info_url": "example-info_url",
    "doctor": 1,
    "notes": "example-notes"
  }
}