drchrono · Example Payload

Prescriptionmessage Example

Example PrescriptionMessage resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIR

Prescriptionmessage 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": "PrescriptionMessage Example",
  "description": "Example PrescriptionMessage resource for drchrono REST API",
  "resource": "PrescriptionMessage",
  "path": "/api/prescription_messages/{id}",
  "example": {
    "message_status": "example-message_status",
    "patient": 1,
    "doctor": 1,
    "message_type": "example-message_type",
    "created_at": "example-created_at",
    "parent_message": "example-parent_message",
    "message_direction": "example-message_direction",
    "pharmacy": "example-pharmacy"
  }
}