Hint Health · Example Payload

Supplements Listallpatientsupplements Response 200

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Supplements Listallpatientsupplements Response 200 is an example object payload from Hint Health, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusmediaTypeexample

Example Payload

Raw ↑
{
  "operationId": "Supplements.ListAllPatientSupplements",
  "method": "GET",
  "path": "/provider/patients/{patient_id}/supplements",
  "status": "200",
  "mediaType": "application/json",
  "example": [
    {
      "id": "med-e548301",
      "product_name": "Product Name",
      "quantity": 1,
      "sig_text": "Take 1 capsule daily with food",
      "strength": "100",
      "strength_uom": "mg",
      "integration_error_message": null,
      "integration_last_synced_at": null,
      "integration_record_id": null,
      "integration_sync_status": "enabled",
      "integration_web_link": null
    },
    {
      "id": "med-e548302",
      "product_name": "Product Name",
      "quantity": 1,
      "sig_text": "Take 1 capsule daily with food",
      "strength": "100",
      "strength_uom": "mg",
      "integration_error_message": null,
      "integration_last_synced_at": null,
      "integration_record_id": null,
      "integration_sync_status": "enabled",
      "integration_web_link": null
    },
    {
      "id": "med-e548303",
      "product_name": "Product Name",
      "quantity": 1,
      "sig_text": "Take 1 capsule daily with food",
      "strength": "100",
      "strength_uom": "mg",
      "integration_error_message": null,
      "integration_last_synced_at": null,
      "integration_record_id": null,
      "integration_sync_status": "enabled",
      "integration_web_link": null
    }
  ]
}