Events
- Active Campaign
- Acuity
- Axle Health
- Butterfly Labs
- Calendly
- Customer.io
- Elation
- Feathery
- Formsort
- Healthie
- Hubspot
- IntakeQ
- Junction
- Morf
- Segment
Actions
- Active Campaign
- Customer.io
- Facebook
- Freshdesk
- Google
- Healthie
- Hubspot
- IntakeQ
- Intercom
- Mixpanel
- Morf
- Nextdoor
- Open Phone
- Segment
- Slack
- Spruce
- Stedi
- Stripe
- Tiktok
- Twilio
Lab Results
Event payload details and trigger documentation for Lab Results data from Butterfly Labs
{
"order_definition_code": "BFLY-21H1XI",
"order_id": "ord_dV7RMiCP1Paz0NyxHFWrpF",
"patient_id": "pt_G2d42kA1JrNppciYEE",
"report_generated_date": "2023-06-09T14:08:00+00:00",
"results": [
{
"lab_comments": "Prediabetes: 5.7 - 6.4\nDiabetes: >6.4",
"name": "AST (SGOT)",
"range": null,
"reference_range_high": null,
"reference_range_low": null,
"result_interpretation": "High",
"unit": "IU/L",
"value": null
}
]
}
{
"order_definition_code": "Code identifying the type of lab order",
"order_id": "ID of the order these results belong to",
"patient_id": "ID of the patient these results are for",
"report_generated_date": "When these lab results were generated",
"results": {
"lab_comments": "Additional comments from the lab about this result",
"name": "Name of the test result",
"range": "The range of the test result (in the given units)",
"reference_range_high": "High end of the reference range for this test (in the given units)",
"reference_range_low": "Low end of the reference range for this test (in the given units)",
"result_interpretation": "Interpretation of the result (e.g., High, Low, Ok)",
"unit": "Unit of measurement for the result",
"value": "The value of the test result (in the given units)"
}
}
Events
Triggering Webhook Types
The following event types are associated with the Lab Results event payload from Butterfly Labs.
Butterfly Labs Lab Order Results Update
{
"order_definition_code": "BFLY-21H1XI",
"order_id": "ord_dV7RMiCP1Paz0NyxHFWrpF",
"patient_id": "pt_G2d42kA1JrNppciYEE",
"report_generated_date": "2023-06-09T14:08:00+00:00",
"results": [
{
"lab_comments": "Prediabetes: 5.7 - 6.4\nDiabetes: >6.4",
"name": "AST (SGOT)",
"range": null,
"reference_range_high": null,
"reference_range_low": null,
"result_interpretation": "High",
"unit": "IU/L",
"value": null
}
]
}
{
"order_definition_code": "Code identifying the type of lab order",
"order_id": "ID of the order these results belong to",
"patient_id": "ID of the patient these results are for",
"report_generated_date": "When these lab results were generated",
"results": {
"lab_comments": "Additional comments from the lab about this result",
"name": "Name of the test result",
"range": "The range of the test result (in the given units)",
"reference_range_high": "High end of the reference range for this test (in the given units)",
"reference_range_low": "Low end of the reference range for this test (in the given units)",
"result_interpretation": "Interpretation of the result (e.g., High, Low, Ok)",
"unit": "Unit of measurement for the result",
"value": "The value of the test result (in the given units)"
}
}
Payload Field Details
ID of the order these results belong to
order_id
"ord_dV7RMiCP1Paz0NyxHFWrpF"
ID of the patient these results are for
patient_id
"pt_G2d42kA1JrNppciYEE"
Code identifying the type of lab order
order_definition_code
"BFLY-21H1XI"
When these lab results were generated
report_generated_date
"2023-06-09T14:08:00+00:00"
Description coming soon
results
[
{
"lab_comments": "Prediabetes: 5.7 - 6.4\nDiabetes: >6.4",
"name": "AST (SGOT)",
"range": null,
"reference_range_high": null,
"reference_range_low": null,
"result_interpretation": "High",
"unit": "IU/L",
"value": null
}
]
Mapped array of: Name of the test result
results.map(x, x.name)
[
"AST (SGOT)"
]
Mapped array of: The range of the test result (in the given units)
results.map(x, x.range)
[
null
]
Mapped array of: The value of the test result (in the given units)
results.map(x, x.value)
[
null
]
Mapped array of: Unit of measurement for the result
results.map(x, x.unit)
[
"IU/L"
]
Mapped array of: Additional comments from the lab about this result
results.map(x, x.lab_comments)
[
"Prediabetes: 5.7 - 6.4\nDiabetes: >6.4"
]
Mapped array of: Interpretation of the result (e.g., High, Low, Ok)
results.map(x, x.result_interpretation)
[
"High"
]
Mapped array of: Low end of the reference range for this test (in the given units)
results.map(x, x.reference_range_low)
[
null
]
Mapped array of: High end of the reference range for this test (in the given units)
results.map(x, x.reference_range_high)
[
null
]
{
"order_definition_code": "BFLY-21H1XI",
"order_id": "ord_dV7RMiCP1Paz0NyxHFWrpF",
"patient_id": "pt_G2d42kA1JrNppciYEE",
"report_generated_date": "2023-06-09T14:08:00+00:00",
"results": [
{
"lab_comments": "Prediabetes: 5.7 - 6.4\nDiabetes: >6.4",
"name": "AST (SGOT)",
"range": null,
"reference_range_high": null,
"reference_range_low": null,
"result_interpretation": "High",
"unit": "IU/L",
"value": null
}
]
}
{
"order_definition_code": "Code identifying the type of lab order",
"order_id": "ID of the order these results belong to",
"patient_id": "ID of the patient these results are for",
"report_generated_date": "When these lab results were generated",
"results": {
"lab_comments": "Additional comments from the lab about this result",
"name": "Name of the test result",
"range": "The range of the test result (in the given units)",
"reference_range_high": "High end of the reference range for this test (in the given units)",
"reference_range_low": "Low end of the reference range for this test (in the given units)",
"result_interpretation": "Interpretation of the result (e.g., High, Low, Ok)",
"unit": "Unit of measurement for the result",
"value": "The value of the test result (in the given units)"
}
}