drchrono · Example Payload

Userprofilesgroup Example

Example UserProfilesGroup resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Userprofilesgroup 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": "UserProfilesGroup Example",
  "description": "Example UserProfilesGroup resource for drchrono REST API",
  "resource": "UserProfilesGroup",
  "path": "/api/user_groups/{id}",
  "example": {
    "archived": false,
    "name": "example-name",
    "practice_group": "example-practice_group",
    "created_at": "example-created_at",
    "updated_at": "example-updated_at",
    "members": [],
    "id": 1
  }
}