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