drchrono · Example Payload

Patientriskassessment Example

Example PatientRiskAssessment resource for drchrono REST API

EHRElectronic Health RecordsHealthcareMedical RecordsPractice ManagementHIPAAAppointmentsBillingPrescriptionsLab IntegrationFHIRSMART on FHIRUSCDIInteroperabilityWebhookAuthenticationONC CertifiedTelehealthRevenue Cycle Management

Patientriskassessment 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": "PatientRiskAssessment Example",
  "description": "Example PatientRiskAssessment resource for drchrono REST API",
  "resource": "PatientRiskAssessment",
  "path": "/api/patient_risk_assessments/{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"
  }
}