{
  "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

Non Visit Note
Event Payload