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