drchrono · Example Payload

Soapnotelineitemfieldtype Example

Example SoapNoteLineItemFieldType resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Soapnotelineitemfieldtype 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": "SoapNoteLineItemFieldType Example",
  "description": "Example SoapNoteLineItemFieldType resource for drchrono REST API",
  "resource": "SoapNoteLineItemFieldType",
  "path": "/api/clinical_note_field_types/{id}",
  "example": {
    "comment": "example-comment",
    "archived": false,
    "clinical_note_template": "example-clinical_note_template",
    "data_type": "example-data_type",
    "required": false,
    "allowed_values": [],
    "id": 1,
    "name": "example-name"
  }
}