drchrono · Example Payload

Soapnotelineitemfieldvalue Example

Example SoapNoteLineItemFieldValue resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Soapnotelineitemfieldvalue 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": "SoapNoteLineItemFieldValue Example",
  "description": "Example SoapNoteLineItemFieldValue resource for drchrono REST API",
  "resource": "SoapNoteLineItemFieldValue",
  "path": "/api/clinical_note_field_values/{id}",
  "example": {
    "clinical_note_field": 1,
    "created_at": "example-created_at",
    "updated_at": "example-updated_at",
    "value": "example-value",
    "appointment": 1,
    "id": 1
  }
}