drchrono · Example Payload

Userprofile Example

Example UserProfile resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Userprofile 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": "UserProfile Example",
  "description": "Example UserProfile resource for drchrono REST API",
  "resource": "UserProfile",
  "path": "/api/users/{id}",
  "example": {
    "username": "example-username",
    "doctor": "example-doctor",
    "practice_group": "example-practice_group",
    "is_doctor": "example-is_doctor",
    "is_staff": "example-is_staff",
    "id": "example-id",
    "permissions": "example-permissions"
  }
}