drchrono · Example Payload

Patientflagtype Example

Example PatientFlagType resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Patientflagtype 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": "PatientFlagType Example",
  "description": "Example PatientFlagType resource for drchrono REST API",
  "resource": "PatientFlagType",
  "path": "/api/patient_flag_types/{id}",
  "example": {
    "archived": false,
    "name": "example-name",
    "doctor": 1,
    "color": "example-color",
    "created_at": "example-created_at",
    "updated_at": "example-updated_at",
    "priority": 1,
    "id": 1
  }
}