drchrono · Example Payload

Patientallergy Example

Example PatientAllergy resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Patientallergy 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": "PatientAllergy Example",
  "description": "Example PatientAllergy resource for drchrono REST API",
  "resource": "PatientAllergy",
  "path": "/api/allergies/{id}",
  "example": {
    "status": "example-status",
    "reaction": "example-reaction",
    "patient": 1,
    "description": "example-description",
    "doctor": 1,
    "snomed_reaction": "example-snomed_reaction",
    "notes": "example-notes",
    "verification_status": "example-verification_status"
  }
}