drchrono · Example Payload

Custompatientfieldtype Example

Example CustomPatientFieldType resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Custompatientfieldtype 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": "CustomPatientFieldType Example",
  "description": "Example CustomPatientFieldType resource for drchrono REST API",
  "resource": "CustomPatientFieldType",
  "path": "/api/custom_demographics/{id}",
  "example": {
    "archived": false,
    "description": "example-description",
    "doctor": 1,
    "template_name": "example-template_name",
    "allowed_values": "example-allowed_values",
    "id": 1,
    "name": "example-name"
  }
}