drchrono · Example Payload

Customvitaltype Example

Example CustomVitalType resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Customvitaltype 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": "CustomVitalType Example",
  "description": "Example CustomVitalType resource for drchrono REST API",
  "resource": "CustomVitalType",
  "path": "/api/custom_vitals/{id}",
  "example": {
    "archived": false,
    "description": "example-description",
    "data_type": "example-data_type",
    "doctor": "example-doctor",
    "is_fraction_field": false,
    "fraction_delimiter": "example-fraction_delimiter",
    "allowed_values": [],
    "id": 1
  }
}