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
Non Visit Note
Event payload details and trigger documentation for Non Visit Note data from Elation
{
"bullets": [
{
"author_id": "131074",
"category": "Problem",
"id": "987654321",
"text": "Patient reports improvement in symptoms",
"updated_at": "2024-01-15T10:30:00Z",
"version": 1
}
],
"chart_datetime": "2024-01-15T10:30:00Z",
"document_datetime": "2024-01-15T10:30:00Z",
"id": "123456789",
"patient_id": "64058687489",
"practice_id": "65540",
"signed_at": "2024-01-15T11:00:00Z",
"signed_by": "131074",
"tags": [
{
"code": "TAG_001",
"code_type": 1,
"concept_name": "Follow-up Visit",
"created_at": "2024-01-15T10:30:00Z",
"deleted_at": "2024-01-16T10:30:00Z",
"description": "Tag for follow-up visits",
"id": "123456",
"value": "Follow-up"
}
],
"type": "NON_VISIT_NOTE_TYPE_NONVISIT"
}
{
"bullets": {
"author_id": "ID of the author who created this bullet point.",
"category": "Category of the bullet point.",
"id": "Unique identifier for the bullet point.",
"text": "Content of the bullet point. Must not be empty.",
"updated_at": "Date and time when the bullet point was last updated.",
"version": "Version number of the bullet point."
},
"chart_datetime": "Date and time when the note was added to the chart.",
"document_datetime": "Date and time when the document was created.",
"id": "Unique identifier for the non-visit note.",
"patient_id": "ID of the patient this note belongs to.",
"practice_id": "ID of the practice this note belongs to.",
"signed_at": "Date and time when the note was signed.",
"signed_by": "ID of the provider who signed the note.",
"tags": {
"code": "Code identifier for the tag.",
"code_type": "Type identifier for the tag code.",
"concept_name": "Concept name associated with the tag.",
"created_at": "Date and time when the tag was created.",
"deleted_at": "Date and time when the tag was deleted, if applicable.",
"description": "Description of the tag's purpose or meaning.",
"id": "Unique identifier for the tag.",
"value": "Value or display text of the tag."
},
"type": "Type of non-visit note. Defaults to nonvisit if not specified."
}
Events
Triggering Webhook Types
The following event types are associated with the Non Visit Note event payload from Elation.
Elation Non Visit Note Updated
Elation Non Visit Note Deleted
{
"bullets": [
{
"author_id": "131074",
"category": "Problem",
"id": "987654321",
"text": "Patient reports improvement in symptoms",
"updated_at": "2024-01-15T10:30:00Z",
"version": 1
}
],
"chart_datetime": "2024-01-15T10:30:00Z",
"document_datetime": "2024-01-15T10:30:00Z",
"id": "123456789",
"patient_id": "64058687489",
"practice_id": "65540",
"signed_at": "2024-01-15T11:00:00Z",
"signed_by": "131074",
"tags": [
{
"code": "TAG_001",
"code_type": 1,
"concept_name": "Follow-up Visit",
"created_at": "2024-01-15T10:30:00Z",
"deleted_at": "2024-01-16T10:30:00Z",
"description": "Tag for follow-up visits",
"id": "123456",
"value": "Follow-up"
}
],
"type": "NON_VISIT_NOTE_TYPE_NONVISIT"
}
{
"bullets": {
"author_id": "ID of the author who created this bullet point.",
"category": "Category of the bullet point.",
"id": "Unique identifier for the bullet point.",
"text": "Content of the bullet point. Must not be empty.",
"updated_at": "Date and time when the bullet point was last updated.",
"version": "Version number of the bullet point."
},
"chart_datetime": "Date and time when the note was added to the chart.",
"document_datetime": "Date and time when the document was created.",
"id": "Unique identifier for the non-visit note.",
"patient_id": "ID of the patient this note belongs to.",
"practice_id": "ID of the practice this note belongs to.",
"signed_at": "Date and time when the note was signed.",
"signed_by": "ID of the provider who signed the note.",
"tags": {
"code": "Code identifier for the tag.",
"code_type": "Type identifier for the tag code.",
"concept_name": "Concept name associated with the tag.",
"created_at": "Date and time when the tag was created.",
"deleted_at": "Date and time when the tag was deleted, if applicable.",
"description": "Description of the tag's purpose or meaning.",
"id": "Unique identifier for the tag.",
"value": "Value or display text of the tag."
},
"type": "Type of non-visit note. Defaults to nonvisit if not specified."
}
Payload Field Details
ID
Unique identifier for the non-visit note.
id
"123456789"
Type of non-visit note. Defaults to nonvisit if not specified.
type
NON_VISIT_NOTE_TYPE_EMAIL
NON_VISIT_NOTE_TYPE_NONVISIT
NON_VISIT_NOTE_TYPE_PHONE
List of bullet points in the note.
bullets
[
{
"author_id": "131074",
"category": "Problem",
"id": "987654321",
"text": "Patient reports improvement in symptoms",
"updated_at": "2024-01-15T10:30:00Z",
"version": 1
}
]
Mapped array of: Unique identifier for the bullet point.
bullets.map(x, x.id)
[
"987654321"
]
Mapped array of: Content of the bullet point. Must not be empty.
bullets.map(x, x.text)
[
"Patient reports improvement in symptoms"
]
Mapped array of: ID of the author who created this bullet point.
bullets.map(x, x.author_id)
[
"131074"
]
Mapped array of: Category of the bullet point.
category
BULLET_CATEGORY_PROBLEM
BULLET_CATEGORY_PAST
BULLET_CATEGORY_FAMILY
BULLET_CATEGORY_SOCIAL
BULLET_CATEGORY_INSTR
BULLET_CATEGORY_PE
BULLET_CATEGORY_ROS
BULLET_CATEGORY_MED
BULLET_CATEGORY_DATA
BULLET_CATEGORY_ASSESSMENT
BULLET_CATEGORY_TEST
BULLET_CATEGORY_TX
BULLET_CATEGORY_NARRATIVE
BULLET_CATEGORY_FOLLOWUP
BULLET_CATEGORY_REASON
BULLET_CATEGORY_PLAN
BULLET_CATEGORY_OBJECTIVE
BULLET_CATEGORY_HPI
BULLET_CATEGORY_ALLERGIES
BULLET_CATEGORY_HABITS
BULLET_CATEGORY_ASSESSPLAN
BULLET_CATEGORY_CONSULTANT
BULLET_CATEGORY_ATTENDING
BULLET_CATEGORY_DATEPROCEDURE
BULLET_CATEGORY_SURGICAL
BULLET_CATEGORY_ORDERS
BULLET_CATEGORY_REFERENCED
BULLET_CATEGORY_PROCEDURE
Mapped array of: Version number of the bullet point.
bullets.map(x, x.version)
[
1
]
Mapped array of: Date and time when the bullet point was last updated.
bullets.map(x, x.updated_at)
[
"2024-01-15T10:30:00Z"
]
ID
ID of the patient this note belongs to.
patient_id
"64058687489"
ID of the practice this note belongs to.
practice_id
"65540"
Date and time when the document was created.
document_datetime
"2024-01-15T10:30:00Z"
Date and time when the note was added to the chart.
chart_datetime
"2024-01-15T10:30:00Z"
List of tags associated with the note.
tags
[
{
"code": "TAG_001",
"code_type": 1,
"concept_name": "Follow-up Visit",
"created_at": "2024-01-15T10:30:00Z",
"deleted_at": "2024-01-16T10:30:00Z",
"description": "Tag for follow-up visits",
"id": "123456",
"value": "Follow-up"
}
]
Mapped array of: Unique identifier for the tag.
tags.map(x, x.id)
[
"123456"
]
Mapped array of: Code identifier for the tag.
tags.map(x, x.code)
[
"TAG_001"
]
Mapped array of: Value or display text of the tag.
tags.map(x, x.value)
[
"Follow-up"
]
Mapped array of: Type identifier for the tag code.
tags.map(x, x.code_type)
[
1
]
Mapped array of: Concept name associated with the tag.
tags.map(x, x.concept_name)
[
"Follow-up Visit"
]
Mapped array of: Date and time when the tag was created.
tags.map(x, x.created_at)
[
"2024-01-15T10:30:00Z"
]
Mapped array of: Date and time when the tag was deleted, if applicable.
tags.map(x, x.deleted_at)
[
"2024-01-16T10:30:00Z"
]
Mapped array of: Description of the tag’s purpose or meaning.
tags.map(x, x.description)
[
"Tag for follow-up visits"
]
ID of the provider who signed the note.
signed_by
"131074"
Date and time when the note was signed.
signed_at
"2024-01-15T11:00:00Z"
{
"bullets": [
{
"author_id": "131074",
"category": "Problem",
"id": "987654321",
"text": "Patient reports improvement in symptoms",
"updated_at": "2024-01-15T10:30:00Z",
"version": 1
}
],
"chart_datetime": "2024-01-15T10:30:00Z",
"document_datetime": "2024-01-15T10:30:00Z",
"id": "123456789",
"patient_id": "64058687489",
"practice_id": "65540",
"signed_at": "2024-01-15T11:00:00Z",
"signed_by": "131074",
"tags": [
{
"code": "TAG_001",
"code_type": 1,
"concept_name": "Follow-up Visit",
"created_at": "2024-01-15T10:30:00Z",
"deleted_at": "2024-01-16T10:30:00Z",
"description": "Tag for follow-up visits",
"id": "123456",
"value": "Follow-up"
}
],
"type": "NON_VISIT_NOTE_TYPE_NONVISIT"
}
{
"bullets": {
"author_id": "ID of the author who created this bullet point.",
"category": "Category of the bullet point.",
"id": "Unique identifier for the bullet point.",
"text": "Content of the bullet point. Must not be empty.",
"updated_at": "Date and time when the bullet point was last updated.",
"version": "Version number of the bullet point."
},
"chart_datetime": "Date and time when the note was added to the chart.",
"document_datetime": "Date and time when the document was created.",
"id": "Unique identifier for the non-visit note.",
"patient_id": "ID of the patient this note belongs to.",
"practice_id": "ID of the practice this note belongs to.",
"signed_at": "Date and time when the note was signed.",
"signed_by": "ID of the provider who signed the note.",
"tags": {
"code": "Code identifier for the tag.",
"code_type": "Type identifier for the tag code.",
"concept_name": "Concept name associated with the tag.",
"created_at": "Date and time when the tag was created.",
"deleted_at": "Date and time when the tag was deleted, if applicable.",
"description": "Description of the tag's purpose or meaning.",
"id": "Unique identifier for the tag.",
"value": "Value or display text of the tag."
},
"type": "Type of non-visit note. Defaults to nonvisit if not specified."
}