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