Morf Scheduling
Libraries
- Introduction
- Events
- Active Campaign
- Acuity
- Axle Health
- Butterfly Labs
- Calendly
- Customer Io
- Formsort
- Healthie
- Hubspot
- Intakeq
- Morf
- Push Json
- Segment
- Vital
- Actions
- Configuration (CEL)
- Integrations
Policy
Event payload schema and trigger documentation for the Policy from Healthie
{
"benefits": [
{
"coinsurance": "15",
"copay": "50",
"deductible_calendar_year": "2000",
"deductible_year_to_date": "1500"
}
],
"effective_end": "2024-07-04",
"group_num": "331256",
"id": "202402",
"insurance_card_back_id": "123452",
"insurance_card_front_id": "123451",
"insurance_plan": {
"id": "611231",
"name_and_id": "Blue Cross Blue Shield - 629913",
"payer_id": "629913",
"payer_name": "Blue Cross Blue Shield"
},
"insurance_type": "Medicaid",
"notes": "Policy is active",
"num": "1912310",
"patient_id": "100121",
"priority_type": "Primary",
"updated_at": "2024-07-01T11:29:19+00:00"
}
{
"benefits": "Insurance plan details",
"effective_end": "Date the policy coverage expires",
"group_num": "Group number",
"id": "ID for the policy",
"insurance_card_back_id": "ID of the insurance card back image object",
"insurance_card_front_id": "ID of the insurance card front image object",
"insurance_plan": {
"id": "ID of the insurance plan",
"name_and_id": "Name of the payer and id of payer",
"payer_id": "ID of the insurance payer",
"payer_name": "Name of the insurance payer"
},
"insurance_type": "The type of insurance: `type_string`",
"notes": "Notes about the policy",
"num": "Policy number",
"patient_id": "ID of the patient associated with the policy",
"priority_type": "The priority type of insurance: `priority_type`",
"updated_at": "Last time the Policy was updated"
}
Events
Triggering Webhook Types
The following event types are associated with the Policy event payload from Healthie.
Healthie Policy Created
Healthie Policy Updated
{
"benefits": [
{
"coinsurance": "15",
"copay": "50",
"deductible_calendar_year": "2000",
"deductible_year_to_date": "1500"
}
],
"effective_end": "2024-07-04",
"group_num": "331256",
"id": "202402",
"insurance_card_back_id": "123452",
"insurance_card_front_id": "123451",
"insurance_plan": {
"id": "611231",
"name_and_id": "Blue Cross Blue Shield - 629913",
"payer_id": "629913",
"payer_name": "Blue Cross Blue Shield"
},
"insurance_type": "Medicaid",
"notes": "Policy is active",
"num": "1912310",
"patient_id": "100121",
"priority_type": "Primary",
"updated_at": "2024-07-01T11:29:19+00:00"
}
{
"benefits": "Insurance plan details",
"effective_end": "Date the policy coverage expires",
"group_num": "Group number",
"id": "ID for the policy",
"insurance_card_back_id": "ID of the insurance card back image object",
"insurance_card_front_id": "ID of the insurance card front image object",
"insurance_plan": {
"id": "ID of the insurance plan",
"name_and_id": "Name of the payer and id of payer",
"payer_id": "ID of the insurance payer",
"payer_name": "Name of the insurance payer"
},
"insurance_type": "The type of insurance: `type_string`",
"notes": "Notes about the policy",
"num": "Policy number",
"patient_id": "ID of the patient associated with the policy",
"priority_type": "The priority type of insurance: `priority_type`",
"updated_at": "Last time the Policy was updated"
}
Schema Field Details
Insurance plan details
insurance_plan
{
"id": "611231",
"name_and_id": "Blue Cross Blue Shield - 611231",
"payer_id": "629913",
"payer_name": "Blue Cross Blue Shield"
}
ID of the insurance payer
insurance_plan.payer_id
"629913"
Name of the insurance payer
insurance_plan.payer_name
"Blue Cross Blue Shield"
ID of the insurance plan
insurance_plan.id
"611231"
Name of the payer and id of payer
insurance_plan.name_and_id
"Blue Cross Blue Shield - 629913"
PII
Policy number
num
"1912310"
Group number
group_num
"331256"
Notes about the policy
notes
"Policy is active"
Date the policy coverage expires
effective_end
"2024-07-04"
ID for the policy
id
"202402"
ID
PII
ID of the patient associated with the policy
patient_id
"100121"
HI
ID
PII
ID of the insurance card front image object
insurance_card_front_id
"123451"
HI
ID
PII
ID of the insurance card back image object
insurance_card_back_id
"123452"
Last time the Policy was updated
updated_at
"2024-07-01T11:29:19+00:00"
The type of insurance: type_string
insurance_type
"Medicaid"
The priority type of insurance: priority_type
priority_type
"Primary"
Insurance plan details
benefits
[
{
"coinsurance": "15",
"copay": "50",
"deductible_calendar_year": "2000",
"deductible_year_to_date": "1500"
}
]
Mapped array of: Coinsurance percentage due
benefits.map(x, x.coinsurance)
[
"15"
]
Mapped array of: Copay amount due
benefits.map(x, x.copay)
[
"50"
]
Mapped array of: Deductible amount for the calendar year
benefits.map(x, x.deductible_calendar_year)
[
"2000"
]
Mapped array of: Deductible amount for the year to-date
benefits.map(x, x.deductible_year_to_date)
[
"1500"
]
{
"benefits": [
{
"coinsurance": "15",
"copay": "50",
"deductible_calendar_year": "2000",
"deductible_year_to_date": "1500"
}
],
"effective_end": "2024-07-04",
"group_num": "331256",
"id": "202402",
"insurance_card_back_id": "123452",
"insurance_card_front_id": "123451",
"insurance_plan": {
"id": "611231",
"name_and_id": "Blue Cross Blue Shield - 629913",
"payer_id": "629913",
"payer_name": "Blue Cross Blue Shield"
},
"insurance_type": "Medicaid",
"notes": "Policy is active",
"num": "1912310",
"patient_id": "100121",
"priority_type": "Primary",
"updated_at": "2024-07-01T11:29:19+00:00"
}
{
"benefits": "Insurance plan details",
"effective_end": "Date the policy coverage expires",
"group_num": "Group number",
"id": "ID for the policy",
"insurance_card_back_id": "ID of the insurance card back image object",
"insurance_card_front_id": "ID of the insurance card front image object",
"insurance_plan": {
"id": "ID of the insurance plan",
"name_and_id": "Name of the payer and id of payer",
"payer_id": "ID of the insurance payer",
"payer_name": "Name of the insurance payer"
},
"insurance_type": "The type of insurance: `type_string`",
"notes": "Notes about the policy",
"num": "Policy number",
"patient_id": "ID of the patient associated with the policy",
"priority_type": "The priority type of insurance: `priority_type`",
"updated_at": "Last time the Policy was updated"
}