drchrono · Example Payload

Patientphysicalexam Example

Example PatientPhysicalExam resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Patientphysicalexam 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": "PatientPhysicalExam Example",
  "description": "Example PatientPhysicalExam resource for drchrono REST API",
  "resource": "PatientPhysicalExam",
  "path": "/api/patient_physical_exams/{id}",
  "example": {
    "value_name": "example-value_name",
    "value_code_system": "example-value_code_system",
    "code": "example-code",
    "appointment": "example-appointment",
    "name": "example-name",
    "doctor": 1,
    "created_at": "example-created_at",
    "effective_time": "example-effective_time"
  }
}