NoteTextConten
The table contains the note text on I HNO 41 or I HNO 40. The text in HNO 40 or 41 is first converted to plain text. The formatting information in RTF note text or note text is removed. The plain text is then broken up into lines of 1950 characters or less. If Chart Sync is enabled, note records with note type 24-Chart Sync Patient Summary Report, 25-Chart Sync Admission Summary Report are excluded from the table. Note records with a note type of 40-Charge Homing Guarantor Inquiry are not included as they may cause extract issues and serve no reporting purpose.
| Column Name | Type | Description |
|---|---|---|
| NoteRecordIdentifier | VARCHAR | The unique ID of the note record. |
| IntraconnectCommunityOwnerIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this contact. This is only populated if you use IntraConnect. |
| IsNoteTextArchived | VARCHAR | Indicates whether or not the note text is archived. During ETL process, the value on this column is updated by the TEXT_ARCHIVED_YN column on the UPD_HNO_CSN table. |
| NoteContactSerialNumber | NUMERIC | The unique contact serial number for this contact. This number is unique across all note contacts in your system. If you use IntraConnect this is the Unique Contact Identifier (UCI). |
| NoteSourceItemNumber | INTEGER | Indicates the item number, either 40 or 41, that the note text is from. If the note format (on item HNO 53, if blank it looks at item HNO 52) is 2-Rich Text, the note text is obtained from item 41; if the note format is 1-Plain Text, 3-HTML,4-Epic HTML, or 5-EpicML, the note text is obtained from item 40; if the note format is blank, the note text is obtained from item 41 first, and if blank obtained from item 40. |
| ContactDateWithTimeOffset | FLOAT | A unique, internal contact date in decimal format. The integer portion of the number indicates the date of the contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |
| NoteTextLineNumber | INTEGER | The line number for the note text associated with this contact. The note text is first converted to plain text, then broken into lines of 1950 characters or less. Words and line breaks are not split across different lines. This LINE column indicates the line number of the processed text. |
| NoteTextContent | VARCHAR | The text of the note. The note text is first converted to plain text, then broken into lines of 1950 characters or less. Words and line breaks are not split across different lines. |