{
  "date_inactive": "2024-07-15",
  "date_written": "2024-01-15",
  "days_supply": 30,
  "directions": "Take 1 tablet by mouth twice daily with food",
  "dosage": "200 mg",
  "dose_form": "Tablet",
  "effective_date": "2024-01-15",
  "id": "838581231",
  "last_fill_date": "2024-02-14",
  "patient_id": "121250",
  "pharmacy": {
    "city": "San Francisco",
    "id": "212012",
    "line1": "123 Main Street",
    "line2": "Suite 100",
    "phone_number": "+15551234123",
    "state": "CA",
    "zip": "94117"
  },
  "prescriber_name": "Dr. Sarah Johnson",
  "product_name": "Ibuprofen 200 mg tablet",
  "quantity": "60",
  "refills": "5",
  "rx_reference_number": "RX123456789",
  "rxcui": "5640",
  "status": "eRxSent",
  "unit": "tablet"
}
{
  "date_inactive": "Date when prescription became ineffective",
  "date_written": "Date prescription was written",
  "days_supply": "Number of days supplied prescription should last",
  "directions": "Direction provided to patient when taking prescription. Entered by provider",
  "dosage": "The dosage (strength) of the prescription",
  "dose_form": "The form of the prescription. Example: tablet, capsule, teaspoon",
  "effective_date": "Date when prescription became effective",
  "id": "The unique identifier of the prescription",
  "last_fill_date": "Date prescription was last refilled",
  "patient_id": "Patient's ID",
  "pharmacy": {
    "city": "City",
    "id": "ID for the pharmacy",
    "line1": "First line of the address",
    "line2": "Second line of the address",
    "phone_number": "Phone number of the prescription-fulfullinng pharmacy",
    "state": "State",
    "zip": "Zip code"
  },
  "prescriber_name": "The name of the prescriber",
  "product_name": "Name and dosage of the prescription. Example: ibuprofen 200 mg tablet",
  "quantity": "Quantity of medication per refill",
  "refills": "Number of refills prescribed",
  "rx_reference_number": "The prescription reference number",
  "rxcui": "The prescription RxCUI",
  "status": "Status of prescription. Example: Entered, Printed, Sending, eRxSent, Deleted",
  "unit": "Unit of medication. Example: tablet, capsule, teaspoon"
}
images/healthie.svg

Events

Triggering Webhook Types

The following event types are associated with the Prescription event payload from Healthie.
  • Healthie Prescription Updated
{
  "date_inactive": "2024-07-15",
  "date_written": "2024-01-15",
  "days_supply": 30,
  "directions": "Take 1 tablet by mouth twice daily with food",
  "dosage": "200 mg",
  "dose_form": "Tablet",
  "effective_date": "2024-01-15",
  "id": "838581231",
  "last_fill_date": "2024-02-14",
  "patient_id": "121250",
  "pharmacy": {
    "city": "San Francisco",
    "id": "212012",
    "line1": "123 Main Street",
    "line2": "Suite 100",
    "phone_number": "+15551234123",
    "state": "CA",
    "zip": "94117"
  },
  "prescriber_name": "Dr. Sarah Johnson",
  "product_name": "Ibuprofen 200 mg tablet",
  "quantity": "60",
  "refills": "5",
  "rx_reference_number": "RX123456789",
  "rxcui": "5640",
  "status": "eRxSent",
  "unit": "tablet"
}
{
  "date_inactive": "Date when prescription became ineffective",
  "date_written": "Date prescription was written",
  "days_supply": "Number of days supplied prescription should last",
  "directions": "Direction provided to patient when taking prescription. Entered by provider",
  "dosage": "The dosage (strength) of the prescription",
  "dose_form": "The form of the prescription. Example: tablet, capsule, teaspoon",
  "effective_date": "Date when prescription became effective",
  "id": "The unique identifier of the prescription",
  "last_fill_date": "Date prescription was last refilled",
  "patient_id": "Patient's ID",
  "pharmacy": {
    "city": "City",
    "id": "ID for the pharmacy",
    "line1": "First line of the address",
    "line2": "Second line of the address",
    "phone_number": "Phone number of the prescription-fulfullinng pharmacy",
    "state": "State",
    "zip": "Zip code"
  },
  "prescriber_name": "The name of the prescriber",
  "product_name": "Name and dosage of the prescription. Example: ibuprofen 200 mg tablet",
  "quantity": "Quantity of medication per refill",
  "refills": "Number of refills prescribed",
  "rx_reference_number": "The prescription reference number",
  "rxcui": "The prescription RxCUI",
  "status": "Status of prescription. Example: Entered, Printed, Sending, eRxSent, Deleted",
  "unit": "Unit of medication. Example: tablet, capsule, teaspoon"
}

Payload Field Details

Prescription
Event Payload