Syndromic Surveillance Event Detection of Nebraska (SSEDON) HL7 Implementation Guide Inpatient Syndromic Surveillance
|
|
|
- Shannon Cook
- 10 years ago
- Views:
Transcription
1 Syndromic Surveillance Event Detection of Nebraska (SSEDON) HL7 Implementation Guide Inpatient Syndromic Surveillance HL7 version Includes Inpatient Admissions, Discharges and Updates Document Version 1.2 February 2011 This implementation guide contains descriptions of HL7 version message type ADT (Admit/Discharge/Transfer) to be sent from health care facility inpatient visits. These messages are sent to the Syndromic Surveillance Event Detection of Nebraska system as a part of the Nebraska Department of Health and Human services for syndromic surveillance purposes.
2 Introduction Inpatient syndromic surveillance is being established to enhance the Nebraska Department of Health and Human Services (NDHHS) Office of Epidemiology s ability to detect, track and control infectious and non-infectious conditions, including poisonings and chronic diseases, to protect and safeguard the health of the citizens of Nebraska. NDHHS will use demographic and clinical information from both HL7 version Admit-Discharge-Transfer (ADT) messages and flat file records detailing inpatient encounters to provide general public health indicators for surveillance and analysis and provide indicators for chronic disease surveillance and analysis. NDHHS will use the Syndromic Surveillance Event Detection of Nebraska (SSEDON) system for the data collection portion of the system. The Health Level Seven (HL7) Standard The ANSI HL7 standard is widely used for data exchange in the health care industry. The full standard is quite lengthy, covering a variety of situations in patient care and health care finance and no single application is likely to use all of its content. This document covers the subset of HL7 that will be used for electronic surveillance records exchanged between SSEDON and outside systems. The basic unit transmitted in an HL7 implementation is the message. Messages are made up of several segments, each of which is one line of text, beginning with a three-letter code identifying the segment type. Segments are in turn made up of several fields separated by a delimiter character,. MSH ^~\& NEFACIL^ ^NPI SSEDON ADT^A01^ADT_A P 2.5 EVN NEFACIL^ ^NPI PID ^^^^MR ~^^^^^^S F U^^CDCREC ^^^^65101 U^^CDCREC N PV1 I _0064^^^^VN PV2 ^SOB,TIGHTNESS IN CHEST OBX 1 TX ^BLOOD PRESSURE^LN 165/127 mmhg^f^ucum F DG ^MYOCARDIAL INFARCTION^LN F PR ^Repair of aneurysm of coronary vessel^i9cp The details of how HL7 messages are put together, for SSEDON purposes, will be explained later in this document. The example above shows the essentials of what a message looks like. In this example, NEFACIL (facility name) is sending a message to NDHHS. This message consists of eight segments. The Message Header segment (MSH) identifies the owner (NEFACIL) of the information being sent and the receiver (SSEDON). It also identifies the message as being of type ADT. The ADT is an Admit-Discharge-Transfer, which is one of the message types defined by HL7. The Event Type Segment (EVN) identifies the date and time this message was generated as well as the owner of the information. The Patient Identification segment (PID) provides patient identification information as allowed by HIPPA and demographic information. This segment is to only contain de-identified data. Patient name, address, social security number or any other information specifically identifying any unique person outside of the health care facility setting is not to be used here. Even though the patient name field is used because of HL7 requirements, no patient name or alias is to be used. The Patient Visit segment (PV1) provides information unique to the patient visit to the care facility such as visit identifier and date and time of admission. The Patient Visit Additional Information segment (PV2) provides chief complaint information. The Observation segment (OBX) is primarily used to carry key clinical observation/results reporting information within a patient s message. The Diagnosis segment (DG1) is primarily used to carry primary, secondary and final diagnosis information within a patient s message. The Procedure segment (PR1) is primarily used to transmit procedure codes and descriptions within a patient s message. HL7 does not specify how messages are transmitted. It is flexible enough to be used for both real-time interaction and large batches. The standard defines file header and file trailer segments that are used when a number of messages are gathered into a batch for transmission as a file. SSEDON will use batch files of messages to communicate with outside systems. SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 2 of 39
3 Scope of This Document The General Transfer Specification (GTS) documented here supports automated exchange of data between the SSEDON repository and outside systems. This allows both the patient and clinical information to be available in both systems, so as to avoid the need to enter data twice. The remainder of this document specifies how HL7 file messages are constructed for the purposes of SSEDON. It covers only a small subset of the very extensive HL7 standard. Files of messages constructed from the guidelines in this document will fall within the HL7 standard, but there is a wide variety of other possible HL7 messages that are outside the scope of this document. References See Version of the Health Level 7 standard for a full description of all messages, segments, and fields. Information regarding HL7 is at The Public Health Information Network (PHIN) within the Center for Disease Control ( has published an Implementation Guide for Syndromic Surveillance Data with the purpose of keeping the use of HL7 for syndromic surveillance data as uniform as possible. The Public Health Information Network (PHIN) with the Center for Disease Control has published a vocabulary access and distribution system at phinvads.cdc.gov. Basic HL7 Terms Table 1.1 Basic HL7 Terms Term Definition Message A message is the entire unit of data transferred between systems in a single transmission. It is a series of segments in a defined sequence, with a message type and a trigger event. Segment A segment is a logical grouping of data fields. Segments within a defined message may be required or optional and may occur only once or may be allowed to repeat. Each segment is named and is identified by a segment ID, a unique 3-character code. Field A field is a string of characters. Each field has an element name and is identified by the segment it is in and its sequence within the segment. Usage and cardinality requirements are defined in the Segment Definitions. Component A component is one of a logical grouping of items that comprise the contents of a coded or composite field. Within a field having several components, not all components are necessarily required to be populated. Data Type A data type restricts the contents and format of the data field. Data types are given a 2- or 3- letter code. Some data types are coded or composite types with several components. The applicable HL7 data type is listed in each field definition. Delimiters The delimiter values are given in MSH-1 and MSH-2 and are used throughout the message. The delimiters supported by SSEDON are: Field Separator ^ Component Separator & Sub-Component Separator ~ Repetition Separator \ Escape Character SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 3 of 39
4 Basic HL7 Data Types The following Data Types have been used in the SSEDON HL7 Implementation Guide. Table 1.2 Data Type Code CE CWE CX DTM EI HD ID IS MSG NM PT SI ST TS VID Data types used in SSEDON Implementation Guide Data Type Name Coded Element Coded with exception Extended composite with check digit Date/Time Entity Identifier Hierarchic Designator Coded value for HL7-defined tables Coded value for user-defined tables Message Type Numeric Processing Type Sequence Identifier String Data Time Stamp Version Identifier For further definition of these data types, please reference HL7 Standard Version located at Basic HL7 encoding rules Encode each segment in the order specified in the Message Structure Begin each segment with the 3-letter segment ID (for example PV1 ). End each segment with the carriage return terminator (hex 0D). Note that in the examples in this guide, this character is illustrated as <cr>. This character is a single ASCII character; the segment terminator is NOT the four-character sequence Encode the data fields in the sequence given in the corresponding segment definition tables. Encode each data field according to the data type format listed in this guide. Components, subcomponents or repetitions that are not valued at the end of a field need not be represented by component separators. Likewise, field separators are not required for empty fields at the end of a segment. For example the data fields and segments below are equivalent ^XXX&YYY&&^ is equal to ^XXX&YYY ABC^DEF^^ is equal to ABC^DEF MSH ^~\& DCC NEHOSP NDHHS NEHOSP ADT^A P 2.5 AL AL US Is the same as MSH ^~\& DCC NEHOSP NDHHS NEHOSP ADT^A P 2.5 AL AL US If a data segment is not documented in this guide, the data segment should not be sent. However, if the segment is sent then the segment must conform to HL7 guidelines for message and segment structure. If the extraneous segment does not follow HL7 guidelines, SSEDON will reject the message and the condition causing the failure must be corrected before the HL7 message will be accepted. If the extraneous segment does follow HL7 guidelines, SSEDON will ignore the undocumented segment. This extraneous data (segment) is best negotiated prior to transmission between the sending facility and SSEDON. If a data field is not documented in this guide, the data field should not be sent. SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 4 of 39
5 SSEDON HL7 Message Structure SSEDON uses the ADT (Admit, Discharge and Transfer) message type for health care facilities to communicate the CVD data set. The ADT is used for sending inpatient data including the patient s chief complaint, diagnostic codes, and clinical data marks such as blood pressure, temperature, height, weight, BMI, cholesterol, etc. The SSEDON CVD data set ADT messaging structure has two different message layouts as defined in the PHIN Messaging Guide for Syndromic Surveillance. The ADT_A01 layout is for the A01 (Admission) and A08 (Update) event types. The ADT_A03 is for the A03 (Discharge) event type. The following tables show the segments that are used to construct the ADT message type. Each segment is one line of text ending with the carriage return <cr> character. The carriage return is needed so that the HL7 messages are readable and printable. The messages may appear somewhat cryptic due to the scarcity of white space. Square brackets [ ] enclose optional segments and curly braces {} enclose segments that can be repeated; thus, an ADT message type could be composed of just MSH, PID and PV1 segments. The full HL7 standard allows additional segments within these message types, but they are unused by SSEDON. The segments that are documented here are sufficient to support the principal SSEDON functions of storing data about patients and emergency department encounters. Basic HL7 Message Structure Attributes The structure of the supported messages in this guide is described in tabular format. The columns of those tables are used as described in the table below. Table 1.5 Attribute Segment Name Description Usage Cardinality Basic HL7 Message Structure Attributes Definition A three-character code for the segment plus the square and curly braces structure syntax. If a segment is not documented in this guide, it should not be sent. [XXX] Optional {XXX} Repeating XXX Required [{XXX}] Optional and Repeating A short, descriptive name of the segment. Explanation of the use of the segment. Describes the use of the segment by SSEDON. Values used in this implementation are: R Required, Segment must be sent with fields populated according to the segment definition. RE Required, but may be empty. If the sender captures the data, the data must be sent. C Conditional When conditionality predicate evaluates to True, the segment usage behaves the same as RE, otherwise the segment should not be populated. Defines the minimum and maximum number of times the segment may appear in this message. [0..1] Segment may be omitted and can have, at most, one occurrence. [1..1] Segment must have exactly one occurrence. [0..*] Segment may be omitted or may repeat an unlimited number of times. HL7 ADT Message Layout The HL7 message formats sent to SSEDON will be constrained versions of the abstract message formats. Only the segments necessary for carrying the syndromic data, and certain structural message segments, are included. Because the message structure for the message types is similar, one table (Table 3-5A) was used to define the message structure for the ADT A01, A04, and A08 messages. Another table (Table 3-5B) was used for the A03 message structure, as per the HL7 Standard. SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 5 of 39
6 HL7 ADT Message Structure ADT_A01 Layout Table 1.6 SSEDON ADT Message Structure ADT_A01 Layout Segment Name Description Usage Cardinality MSH Message Header Information explaining how to parse and process the message. This includes identification of message delimiters, sender, receiver, message type, R [1..1] timestamp, etc. PID Patient Identification Patient identifying and demographic information. R [1..1] PV1 Patient Visit Information related to this visit at this hospital including a unique visit identifier and critical timing R [1..1] information. Admit Reason / Chief Complaint information. PV2 is [PV2] Patient Visit Additional optional if a DG1 segment with chief complaint data Information is sent. If no DG1 segment is sent, the PV2 segment C [0..1] is required. [{OBX}] Observation Information Information related to clinical observations/results RE [0..*] [{DG1}] Diagnosis Admitting Diagnosis and, optionally, Working and Final Diagnosis information. DG1 is optional if a PV2 segment is sent. If no PV2 segment is sent, one or C [0..*] more DG1 segments are required. [{PR1}] Procedures Information relative to various types of procedures performed. O [0..*] NOTE: If you are using the ADT_A03 layout with the ADT^A03 discharge event, please note that the accepted order of OBX and DG1 PR1 segments is reversed. Table 1.6 SSEDON ADT Message Structure ADT_A03 Layout Segment Name Description Usage Cardinality MSH Message Header Information explaining how to parse and process the message. This includes identification of message delimiters, sender, receiver, message R [1..1] type, timestamp, etc. PID Patient Identification Patient identifying and demographic information. R [1..1] PV1 Patient Visit Information related to this visit at this hospital including a unique visit identifier and critical timing R [1..1] information. Admit Reason / Chief Complaint information. PV2 is [PV2] Patient Visit optional if a DG1 segment with chief complaint data (Additional Information) is sent. If no DG1 segment is sent, the PV2 C [0..1] segment is required. Admitting Diagnosis and, optionally, Working and [{DG1}] Diagnosis Final Diagnosis information. DG1 is optional if a PV2 segment is sent. If no PV2 segment is sent, C [0..*] one or more DG1 segments are required. [{PR1}] Procedures Information relative to various types of procedures performed. O [0..*] [{OBX}] Observation Information Information related to clinical observations/results RE [0..*] SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 6 of 39
7 Segment Profile Attributes The structure of the supported segments in this guide is described in tabular format. The columns of those tables are used as described in the table below. Table 1.5 Attribute Sequence Element Name Description Value Set Length Usage Cardinality Basic HL7 Message Structure Attributes Definition Sequence of the elements as they are numbered in the HL7 Segment Descriptive name of the data element Explanation of the use of the element. Link to value set or literal value of data expected to be populated in the field. A table in appendix A lists all of the value sets and their literal values included in this messaging guide. Numbers in this field denote the related vocabulary in that HL7 Table. Contains the name and/or the PHIN Value Set (accessible through PHIN VADS) when relevant as well as notes, condition rules (2.5.1 vs ) and recommendations. Length of an element Describes the use of the elements within segment by SSEDON. Values used in this implementation are: R Required, Element must be sent with sub-elements populated according to the segment definition. RE Required, but may be empty. If the sender captures the data, the data must be sent. C Conditional When conditionality predicate evaluates to True, the segment usage behaves the same as RE, otherwise the segment should not be populated. O Optional Facilities may choose whether they want to send the data element, even if the data is captured. Note: A required(r) component in a required, but may be empty (RE) element does not mean the element must be present in the segment. It means that if the element is present, the required component within that element must be populated. Defines the minimum and maximum number of times the segment may appear in this message. [0..1] Element may be omitted and can have, at most, one occurrence. [1..1] Element must have exactly one occurrence. [0..*] Element may be omitted or may repeat an unlimited number of times. SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 7 of 39
8 2 HL7 Message Protocol MSH: Message Header Segment Definition The MSH segment defines the intent, source, destination and some specifics of the syntax of the message. Example: MSH ^~\& DCC NEHOSP SSEDON ADT^A P Table MSH: Message Header Segment Definition Seq Element Name Description Value Set Len DT Usage Cardinality 1 Field Separator Character to be used as the field separator for the rest of the message. The supported value is the pipe character. 1 ST R [1..1] (ASCI 124) 2 Encoding Characters Characters to be used as the component separator, repetition separator, escape character and subcomponent separator. The 4 ST R [1..1] supported values are ^~\& (ASCII 94, 126, 92, and 38) 3 Sending Application Identifies the sending application for the other HL7 message exchange applications belonging to the sender. This field is an optional convenience. See MSH-4 and MSH-6 for the fields 227 HD O [0..1] principally used to identify sender and receiver of the message. 3.1 Name Text Name of application or software used to create or send this message. SSEDON suggests that a shortened name, IS O [0..1] abbreviation or acronym be used. 4 Sending Facility Name Uniquely identifies the facility associated with the application that sends the message. 227 HD R [1..1] 4.1 Name Text Name of sending facility. SSEDON suggests that a shortened name, abbreviation or acronym be used in the first component. 20 IS RE [0..1] Ex: NEHOSP 4.2 Universal ID Unique identifier of sending facility. 199 ST R [1..1] 4.3 Universal ID Type Expected value NPI 6 ID R [1..1] 6 Receiving Facility Unique Identifier for the receiving facility. 180 HD R [1..1] 6.1 Receiving Facility Name Literal value SSEDON IS R [1..1] 7 Date/Time of Message Date and time sending system created the message: YYYYMMDDHHMM[SS[.S[S[S[S]]]]] [+/-ZZZZ] The minimum acceptable precision is to the nearest minute; seconds are desirable. If Coordinated Universal Time (UTC) offset is not sent, it is assumed to be offset of the receiver. 26 TS R [1..1] SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 8 of 39
9 Table MSH: Message Header Segment Definition Seq Element Name Description Value Set Len DT Usage Cardinality 9 Message Type Messages will be ADT (Admit-Discharge-Transfer) message type. The triggering event is the real-world circumstance causing the message to be sent. If an ADT message is sent then supported trigger events are A01 (Admit/Visit Notification), A03 15 CM R [1..1] (Discharge/End Visit), and A08 (Patient Update). Ex: ADT^A08^ADT_A Message Type Literal value ADT 3 ID R [1..1] 9.2 Trigger Event 9.3 Message Structure 10 Message Control ID 11 Processing ID One of the following Literals: A01 Admit/Visit Notification, A03 Discharge/End Visit, and A08 Patient Update. Indicates the layout of the message. Literal values ADT_A01 (admission layout) and ADT_A03 (discharge layout). Note: the only trigger event to be used with ADT_A03 is the A03 Discharge/End visit. The message control ID is a string (which may be a number) uniquely identifying the message among all those ever sent by the sending system. It is assigned by the sending system and echoed back in the ACK message sent in response. Some hospitals send a Date/Time stamp using microsecond precision or Date/Time stamp using minute precision plus a sequence number that restarts each day at one or wraps around when it reaches all 9s. Indicates how to process the message as defined in HL7 processing rules. 3 ID R [1..1] 7 ID R [1..1] 199 ST R [1..1] PT R [1..1] 12 Version ID The HL7 version number used to interpret format and content of the message VID R [1..1] SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 9 of 39
10 2.1.2 EVN: Event Type Segment Definition The EVN segment is used to communicate trigger event information to receiving applications. EVN MIDLAND HLTH CTR^ ^NPI Table EVN: Event Type Segment Definition Seq Element Name Description Value Set LEN DT Usage Cardinality 2 Recorded Date/Time Date and time when the Transaction was entered. YYYYMMDDHHMM[SS[.S[S[S[S]]]]] [+/-ZZZZ] The minimum acceptable precision is to the nearest minute; seconds are desirable. If Coordinated Universal Time (UTC) offset is not sent, it is assumed to be offset of the receiver. 26 TS R [1..1] 7 Event Facility Treating facility where the original event occurred. 241 HD R [[1..1] 7.1 Facility Name Name of the originating facility 20 IS RE [0..1] 7.2 Universal ID National Provider Identifier (10 digit Identifier) 199 ST R [1..1] 7.3 Universal ID Type Expected value NPI 6 ID R [1..1] SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 10 of 39
11 2.1.4 PID: Patient Identification Segment Definition The PID segment is used as the primary means of communicating patient identification information. This segment contains patient identifying and demographic information that does not change frequently. Examples: PID 1 99XYZ8877^^^^MR ~^^^^^^S M ^^CDCREC ^^^^ H^^CDCREC Y PID ^^^^MR ~^^^^^^S M ^WHITE^CDCREC ^^^^65065 N^NOT HISPANIC OR LATINO^CDCREC N Table PID: Patient Identifier Segment Definition Seq Element Name Description Value Set LEN DT Usage Cardinality 1 Set ID Numbers the repetitions of the segments. Only one patient per message is supported. Literal value: 1. 4 SI R [1..1] 3 Patient Identifier List Patient s unique identifier(s) from the facility that is submitting this report to public health officials SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 11 of CX R [1..1] 3.1 Identifier Patient Medical Record Number is desired here. This value is to be the same each time the patient visits the facility. The patient medical record number will more easily facilitate identification of the patient in the event of a required follow-up investigation. 15 ST R [1..1] Without it, the work required to follow up on the data provider is greatly increased. 3.5 Type Code Identifier Type Code that corresponds to the type of ID number specified in PD-3.1. For Medical Record Number, use the literal ID R [1..1] value MR. 5 Patient Name Syndromic Surveillance does not require the patient name. The Patient ID number will be used to identify uniquely the patient. HL7 does require the patient name field for a PID segment. The 294 XPN R [1..*] patient name field must still be populated even when reporting de-identified data. Literal value for the element ~^^^^^^S 7 Patient Date/Time of Birth Patient s date of birth. YYYYMMDD[HHMM] Preferred precision is to the nearest day and time components may be sent if they are 26 TS R [1..1] known Ex: or Patient Gender Code for the gender of the patient IS RE [1..1] 10 Patient Race Code for the race of the patient. 478 CE R [1..*] 10.1 Identifier Standardized code for patient race. CDCREC 20 ST R [1..1] 10.2 Text Standardized description associated with the code in PID ST O [0..1]
12 Table PID: Patient Identifier Segment Definition Seq Element Name Description Value Set LEN DT Usage Cardinality 10.3 Name of Coding System Name of coding system is required if an identifier is provided in component CE C [0..1] 11 Patient Address Patient s primary residence address. Only the patient s zip code is required in the patient address for keeping the patient data deidentified. 513 XAD R [1..1] 11.4 State or Province Code or text indicating state or Province of residence. Codes for Nebraska and surrounding states are located in Appendix A. For a complete listing of state FIPS 5-2 codes please reference the PHIN FIPS 5-2 RE [0..1] VADS PHVS_State_FIPS5-2 value set Zip Code Postal Code portion of the patient s home address. Extended zip code values are not required but may be sent. USPS 12 ID R [1..1] 11.6 Country Code indicating country of residence. For a complete listing of country ISO codes please reference the PHIN VADS ISO RE [0..1] PHVS_Country_ISO_ value set. 22 Patient Ethnic Group Further defines the patient s ancestry as Hispanic, Non-Hispanic or Unknown. No repetitions. 478 CE RE [0..1] Ex: H or N or N^NON-HISPANIC (text is optional 22.1 Identifier Standardized identifier for the ethnicity of the patient ID R [1..1] 22.2 Text Standardized text description associated with the code in PID ST O [0..1] 22.3 Name of Coding System Required if an identifier is provided in component ID C [0..1] 29 Patient Death Date and Time Required if PID-30 Patient Death Indicator = Y. YYYYMMDD[HH[MM]] The minimum acceptable precision is to the nearest day; time components are desirable 26 TS C [0..1] Ex: or Patient Death Indicator Code indicating if the patient is deceased. Ex: Y (the patient died) or N (the patient is still alive) ID R [1..1] SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 12 of 39
13 2.1.5 PV1: Patient Visit Segment The PV1 segment is used by Registration/Patient Administration applications to communicate information on a visit-specific case. Examples: PV1 1 I ^^^^VN PV1 1 I A 7 V ^^^^VN Table PV1: Patient Visit Segment Definition Seq Element Name Description Value Set LEN DT Usage Cardinality 1 Set ID Numbers the repetitions of segments. Only one per patient per message is supported. Literal Value: 1. 4 SI RE [0..1] 2 Patient Class Patient Class does not have a consistent industry-wide definition and is subject to site-specific variations. SSEDON supports only messages with Patient Class = E (Emergency Department visits) or I (Inpatient IS RE [1..1] Admission) or O (Outpatient). Literal values: E, I or O 4 Admission Type Indicates the circumstances under which the patient was seen or will be admitted IS O [0..1] 14 Admit Source Indicates the place from which the patient was admitted or referred. Sometimes known as the Referral Source. If this information is not IS O [0..1] known or not collected, use 9 (Information not available) as a default. 19 Visit Number Unique Identifier for this visit by this patient at this hospital. 478 CX R [1..1] 19.1 Identifier Unique identifier assigned to each patient visit. 15 ST R [1..1] 19.5 Type Code Indicates the type of ID number specified in PV ID R [1..1] 36 Discharge Disposition Patient s anticipated location or status following the encounter IS RE [0..1] 44 Admit Date/Time Date and time of the patient presentation. Format: YYYYMMDDHHMM[SS[.S[S[S[S]]]]] [+/-ZZZZ] The minimum acceptable precision is to the nearest minute; seconds 26 TS R [1..1] are desirable. If Coordinated Universal Time (UTC) offset is not sent, it is assumed to be offset of the receiver. 45 Discharge Date/Time Date and time of the patient discharged. Format: YYYYMMDDHHMM[SS[.S[S[S[S]]]]] [+/-ZZZZ] The minimum acceptable precision is to the nearest minute; seconds are desirable. If Coordinated Universal Time (UTC) offset is not sent, it is assumed to be offset of the receiver. 26 TS C [0..1] SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 13 of 39
14 2.1.6 PV2: Patient Visit Additional Information Segment Definition SSEDON s preferred method of receiving Chief Complaint data is using a PV2 segment. The PV2 segment is a continuation of visit-specific information and is the segment where the Chief Complaint data is passed. This element is a CE data type and the Chief Complaint text may be sent as free text in the second component of PV2-3 Admit Reason. Examples: PV ^PELVIC PAIN^I9 PV2 ^ABDOMINAL PAIN Table PV2: Patient Visit Additional Information Segment Definition Seq Element Name Description Value Set LEN DT Usage Cardinality 3 Admit Reason Short description of the reason for patient s visit. If the description text has been identified with a code, the code must 478 CE R [1..1] also be sent. Ex: ^FEVER/COUGH, HA or 112.0^THRUSH^I9 If an ICD-9-CM, ICD-10 or SNOMED Disease/Disorder code has 3.1 Identifier been identified for the text in PV2-3.2, the code must be sent. Codes may be sent with or without embedded periods. Ex: V ST RE [0..1] or V729, or 4540, or Text Short description relating only to the reason for the patient s visit. Any abbreviations used should be common to industry practice. Even if a code has been sent in PV2-3.1, the 199 ST R [1..1] standardized text component must be sent. Ex: DIZZY, NAUSEA or PARALYSIS NOS 3.3 Name of Coding System Name of standardized coding scheme used for the code in PV If no code was specified in PV2-3.1, there is no need to populate this component. ICD9 is the preferred coding ID C [0..1] methodology. 38 Mode of Arrival Indicates how the patient arrived at health care facility 478 CE RE [1..1] 38.1 Identifier Standardized identifier for mode of arrival R [1..1] 38.2 Text Standardized description relating to the mode of arrival code in PV Even if a code has not been sent in PV2-38.1, a text component must be sent here. Any abbreviations used should 199 RE [0..1] be common to industry practice Name of Coding System Name of standardized coding scheme used for the code in PV If no code was specified in PV1-38.1, there is no need to populate this component R [1..1] SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 14 of 39
15 2.1.7 DG1: Diagnosis Segment Definition The DG1 segment contains patient diagnosis information. SSEDON supports Admitting, Working and Final Diagnosis types. Regardless of whether a code is sent, the diagnosis text must be sent. Examples: DG1 1 CC^LOWER BACK PAIN CC DG ^SPRAIN LUMBAR REGION^I9 F Table DG1: Diagnosis Segment Definition Seq Element Name Description Value Set LEN DT Usage Cardinality 1 Set ID Numbers the repetitions of the segments. For the first occurrence of the segment the sequence number shall be 1, for the second 4 SI R [1..1 occurrence it shall be 2, etc. 3 Diagnosis Code 478 CE R [1..1] 3.1 Identifier Standardized identifier for diagnosis. ICD9 Clinical Modification Diagnosis codes, ICD10 Clinical Modification diagnosis codes, or 20 ST R [1..1] SNOMED Disorder/Disease domain codes should be used here 3.2 Text Standardized description relating to the diagnosis code in DG Even if a code has not been sent in DG1-3.1, a text component must be sent here. Any abbreviations used should be common to industry 199 ST RE [0..1] practice. 3.3 Name of Coding System Name of standardized coding scheme used for the code in DG If no code was specified in DG1-3.1, there is no need to populate this ID C [1..1] component. ICD9 is the preferred coding method. 5 Diagnosis Date/Time Date and time of the observation. Format: YYYYMMDDHHMM[SS[.S[S[S[S]]]]] [+/-ZZZZ] The minimum acceptable precision is to the nearest minute; seconds 26 TS O [0..1] are desirable. If Coordinated Universal Time (UTC) offset is not sent, it is assumed to be offset of the receiver. 6 Diagnosis Type Identifies the type of diagnosis being sent. Literal values are A admitting, F Final and W Working IS R [1..1] SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 15 of 39
16 2.1.8 OBX: Observation Result Segment Definition The OBX segment is primarily used to carry key clinical observations/results reporting information within HL7 messages. The OBX will be used to communicate the cardiovascular disease data elements listed here. The concept code listed for each data element is there to serve as examples only. For examples of complete OBX segments please review section 4. Data Element Concept Code Coding Authority Vital Signs Blood Pressure SNOMED-CT Pulse Rate SNOMED-CT Respiratory Rate SNOMED-CT Temperature SNOMED-CT Pulse Oximetry SNOMED-CT Height SNOMED-CT Weight SNOMED-CT BMI SNOMED-CT Smoking Status SNOMED-CT BP High Systolic SNOMED-CT BP High Diastolic SNOMED-CT Medications on admission LOINC Hospital Discharge Medications LOINC High Density Lipoprotein Test Result SNOMED-CT Low Density Lipoprotein Test Result SNOMED-CT Triglycerides Test Result SNOMED-CT Hemoglobin A1C Test Result SNOMED-CT Troponin Test Result LOINC Patient Employer NECVD001 99NECVD Patient Occupation NECVD002 99NECVD Employment Status NECVD003 99NECVD Employment work hazards of patient NECVD004 99NECVD Patient activity level at employment NECVD005 99NECVD Patient operates hazardous equipment at employment (Y/N) NECVD006 99NECVD Patient Education Level NECVD007 99NECVD Illness or injury onset date and time LOINC Facility/Visit Type SS003 PHINQUESTION SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 16 of 39
17 Examples: OBX 1 NM F-048C3^BODY TEMPERATURE^SCT 101 [degf]^f^ucum F OBX 2 NM P ^ Pulse Oximetry ^SCT 90 %^Percent^UCUM F Table OBX: Observation Result Segment Definition Seq Element Name Description Value Set LEN DT Usage Cardinality 1 Set ID Numbers the repetitions of the segments. SSEDON supports repetition of the OBX segment. For the first occurrence of the segment the sequence number should be 1, for the second 4 SI RE [1..1] occurrence it shall be 2, etc 2 Identifies the structure of data used for OBX-5. If OBX-5 is Observation Value populated then OBX-2 is required. A table of valid observation Data Type value data types is located in Appendix B 3 ID R [1..1] Identifies the data to be received in OBX-5. A table with 3 Observation Identifier examples of observation identifier codes, description, and name 478 CE R [1..1] of the coding system is in Appendix C. 3.1 Identifier Standardized code for observation. 20 ST RE [0..1] 3.2 Text Standardized description relating to the observation code in OBX-3.1. Even if a code has not been sent in OBX-3.1, a text component must be sent here. Any abbreviations used should 199 ST R [1..1] be common to industry practice. 3.3 Name of Coding System Name of standardized coding scheme used for the code in OBX-3.1. If no code was specified in OBX-3.1, there is no need ID C [0..1] to populate this component. 5 Observation Value Values received in observation value are defined by value type (OBX.2) and observation identifier (OBX.3) varies R [1..1] 6 Units Units are a conditional field. If numeric data is sent, the units field must define the units if the value used in observation value 62 CE C [0..1] (OBX.5) 6.1 Identifier Standardized identifier for units describing the value in OBX-5. UCUM 20 ST O [0..1] 6.2 Text Standardized description associated with the identifier in OBX ST O [0..1] 6.3 Name of Coding System The name of the coding system for value of OBX-6.1. This value is required if an identifier is provided in component ID C [0..1] 11 Observation Results Status Expected Value F ID R [1..1] 14 Observation Date/Time Date and time of the observation. Format: YYYYMMDDHHMM[SS[.S[S[S[S]]]]] [+/-ZZZZ] The minimum acceptable precision is to the nearest minute; seconds are desirable. If Coordinated Universal Time (UTC) offset is not sent, it is assumed to be offset of the receiver. 26 TS O [0..1] SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 17 of 39
18 2.1.9 PR1: Procedures Segment Definition The PR1 segment is used to carry information relative to various types of procedures performed. PR ^Insertion of two vascular stents^i9cp PR ^Open biopsy of the brain ^I9CP Table PR1: Procedures Segment Definition Seq Element Name Description Value Set LEN DT Usage Cardinality 1 Set ID Numbers the repetitions of the segments. SSEDON supports repetition of the PR1 segment. For the first occurrence of the segment the sequence number should be 1, for the second 4 SI R [1..1] occurrence it shall be 2, etc 3 Procedure code Standardized code and description for procedure performed. 478 CE R [1..1] 3.1 Identifier Standardized identifier for procedure. Valid values include ICD9 Clinical Modification Procedure codes, or ICD10 Clinical 20 ST RE [0..1] Modification Procedure codes. 3.2 Text Standardized description relating to the procedure code in PR Even if a code has not been sent in PR1-3.1, a text component must be sent here. Any abbreviations used should 199 ST R [1..1] be common to industry practice. 3.3 Name of Coding System The name of the coding system for value of PR This value is required if an identifier is provided in component ID C [0..1] 5 Procedure Date/Time Date and time of the procedure indicated in PR TS R [1..1] SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 18 of 39
19 3 EXAMPLES A minimal amount of data was intentionally used to provide emphasis on the Syndromic Surveillance data elements of interest. 3.1 A01 INPATIENT ADMISSION; NO UPDATES; In the following example, a non-hispanic white female, 67 years old, is admitted to the Nebraska Hospital with emphysema. The Medical Record Number, , is sent for the patient identifier. Since this is an inpatient stay, PV1-44 reflects the time the patient was admitted into the hospital. The Admit Reason is coded in ICD-9. The original provider of the data, Nebraska Hospital, is captured in the EVN-7. The facility location and visit type was provided by Nebraska Hospital. MSH ^~\& NEHOSP^ ^NPI SSEDON ADT^A01^ADT_A P 2.5.1<CR> EVN NEHOSP^ ^NPI<CR> PID ^^^^MR ~^^^^^^S F ^WHITE^CDCREC ^^^NE^ ^NOT HISPANIC^CDCREC N<CR> PV1 I _0064^^^^VN <CR> PV ^EMPHYSEMA OR COPD^LN<CR> OBX 1 XAD SS002^TREATING FACILITY LOCATION^PHINQUESTION ^^^13^30341^USA^C F <CR> OBX 2 CWE SS003^FACILITY / VISIT TYPE^PHINQUESTION ^EMERGENCY DEPARTMENT^HSLOC F <CR> OBX 3 NM ^AGE TIME PATIENT REPORTED^LN 67 A^YEAR^UCUM F <CR> 3.2 A01 INPATIENT ADMISSION FOLLOWED BY A08 UPDATE In the next example, a non-hispanic black male, 51 years old, is admitted to the Nebraska Acute Care Facility with cough and ear pain. Nebraska Acute Care Facility does not transmit Medical Record Number, so it uses a unique patient identifier of , in PID-3. The chief complaint was sent as free text and an admitting diagnosis was sent in the DG1 segment, coded in ICD-9. MSH ^~\& NACF^ ^NPI SSEDON ADT^A01^ADT_A01 E P 2.5.1<CR> EVN NACF^ ^NPI<CR> PID ^^^^PI ~^^^^^^S M ^BLACK OR AFRICAN AMERICAN^CDCREC ^^^29^ ^NOT HISPANIC^CDCREC<CR> PV1 I ^^^^VN <CR> PV2 ^SOB<CR> DG ^SHORTNESS OF BREATH^I9C A<CR> OBX 1 NM ^AGE TIME PATIENT REPORTED^LN 51 A^YEAR^UCUM F <CR> OBX 2 XAD SS002^TREATING FACILITY LOCATION^PHINQUESTION ^^^13^30341^USA^C F <CR> OBX 3 CWE SS003^FACILITY/VISIT TYPE^PHINQUESTION ^ CRITICAL CARE UNIT^HSLOC F <CR> SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 19 of 39
20 Continuing the example above, a non-hispanic black male, 52 years old, visits the Nebraska Clinic with cough and ear pain. Nebraska Clinic wants to update the receiving system with new information about the same patient and the same visit. The Visit Number and Admit Date/Time have not changed; but, the Message Date/Time and Message Control ID have. So, an A08 message is used to transmit the additional information: Temperature, Blood Oxygen Level, and Final Diagnosis. MSH ^~\& CITY GENL HOSP^ ^NPI SSEDON ADT^A08^ADT_A01 E P 2.5.1<CR> EVN NECLINIC^ ^NPI<CR> PID ^^^^PI ~^^^^^^S M ^BLACK OR AFRICAN AMERICAN^CDCREC ^^^29^ ^NOT HISPANIC^CDCREC<CR> PV1 E E ^^^^VN <CR> PV2 ^SOB<CR> DG ^SHORTNESS OF BREATH^I9CDX A<CR> DG ^CORONARY ATHEROSCLEROSIS OF AUTOLOGOUS VEIN BYPASS GRAFT^I9CDX F<CR> OBX 1 NM ^AGE TIME PATIENT REPORTED^LN 51 A^YEAR^UCUM F <CR> OBX 2 NM ^BODY TEMPERATURE^LN 98.5 [DEGF] ^FARENHEIT^UCUM A F <CR> OBX 3 NM ^OXYGEN SATURATION^LN 85 % ^PERCENT^UCUM A F <CR> OBX 1 ST NECVD001^PATIENT EMPLOYER^99NECVD NECORP F OBX 1 ST NECVD002^PATIENT OCCUPATION^99NECVD ACCOUNTANT F OBX 1 ST NECVD003^EMPLOYMENT STATUS^99NECVD EMPLOYED F OBX 1 ST NECVD005^PATIENT ACTIVITY LEVEL AT EMPLOYMENT^99NECVD A^SEDENTARY^99PAL F OBX 1 IS NECVD006^PATIENT OPERATES HAZARDOUS EQUIPMENT AT EMPLOYMENT^99NECVD N F OBX 1 IS NECVD007^PATIENT EDUCATION LEVEL^99NECVD 6^^99PEL F SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 20 of 39
21 3.3 A04 EMERGENCY DEPARTMENT REGISTRATION; A01 INPATIENT ADMISSION; A03 DISCHARGE INCLUDING PATIENT DEATH In the next example, a non-hispanic white female, 43 years old, visits the Other Regular Medical Center emergency department with a chief complaint of a heart attack. The chief complaint was sent as free text and the admitting diagnosis was coded in a DG1 segment. MSH ^~\& OTHER REG MED CTR^ ^NPI SSEDON ADT^A04^ADT_A P 2.5.1<CR> EVN OTHER REG MED CTR^ ^NPI <CR> PID 1 FL ^^^^PI ~^^^^^^S F ^WHITE^CDCREC ^^^12^ ^NOT HISPANIC^CDCREC<CR> PV1 E E 7 V ^^^^VN <CR> PV2 ^HEART ATTACK<CR> DG ^MYOCARDIAL INFARCTION^I9CDX A<CR> Continuing the example, the same non-hispanic white female, 43 years old, visits the Other Regular Medical Center emergency department with a chief complaint of bad chest pain. The patient is suspect for a heart attack and is admitted as an inpatient. The patient has also reported that she has had intermittent chest pain since the 15th of February. The patient class (PV1.2) is changed to Inpatient. Admit Date/Time (PV1.44) is updated with the admission date and time. In this particular case, visit number (PV1.19) has remained the same. However, it is recognized that some insurance companies require the visit number to be changed when a patient is admitted from the Emergency Department. MSH ^~\& OTHER REG MED CTR^ ^NPI SSEDON ADT^A08^ADT_A P 2.3.1<CR> EVN OTHER REG MED CTR^ ^NPI <CR> PID 1 FL ^^^^PI ~^^^^^^S F ^WHITE^CDCREC ^^^12^ ^NOT HISPANIC^CDCREC<CR> PV1 I E 7 V ^^^^VN <CR> PV2 ^ HEART ATTACK <CR> DG ^MYOCARDIAL INFARCTION^I9CDX A<CR> PR ^REPAIR OF ANEURYSM OF CORONARY VESSEL^I9CP OBX 4 NM ^BODY TEMPERATURE^LN 99.1 [DEGF]^FARENHEIT^UCUM A F <CR> OBX 5 NM ^OXYGEN SATURATION^LN 95 %^PERCENT^UCUM A F <CR> OBX 6 TS ^ILLNESS OR INJURY ONSET DATE AND TIME^LN F <CR> Continuing the example, the same non-hispanic white female, 43 years old, visits the Other Regular Medical Center emergency department with a chief complaint of a stomach ache. The patient has expired and this is indicated in PV1.36 (Code=20). A final diagnosis is also sent. It is also indicated by the Y in PID-30 and the Date and Time of Death in PID-29. The discharge date/time (PV1.45) is sent with the A03 message type. MSH ^~\& OTHER REG MED CTR^ ^NPI SSEDON ADT^A03^ADT_A P 2.3.1<CR> EVN OTHER REG MED CTR^ ^NPI PID 1 FL ^^^^PI ~^^^^^^S F ^WHITE^CDCREC ^^^12^ ^NOT HISPANIC^CDCREC Y<CR> PV1 I E 7 V ^^^^VN <CR> PV ^ABDOMINAL PAIN, GENERALIZED^I9CDX<CR> OBX 3 NM ^AGE TIME PATIENT REPORTED^LN 43 A^YEAR^UCUM F <CR> OBX 4 NM ^BODY TEMPERATURE^LN 99.1 [DEGF]^FARENHEIT^UCUM A F <CR> OBX 5 NM ^OXYGEN SATURATION^LN 95 %^PERCENT^UCUM A F <CR> OBX 6 TS ^ILLNESS OR INJURY ONSET DATE AND TIME^LN F <CR> DG ^MYOCARDIAL INFARCTION^I9CDX A<CR> SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 21 of 39
22 4 HL7 BATCH PROTOCOL The HL7 Batch Protocol can be used to allow for periodic reporting. The HL7 file and batch header and trailer segments are defined in exactly the same manner as the HL7 message segments; hence, the same HL7 message construction rules used for individual messages can be used to encode and decode HL7 batch files. One batch of messages per file is supported. 4.1 HL7 BATCH FILE STRUCTURE The structure of the batch file is constrained as follows: Table 4.1 Batch Simple File Structure Segment Name Description Usage Cardinality FHS File Header Segment Information explaining how to parse and process the file. This information includes identification of file R [1..1] delimiters, sender, receiver, timestamp, etc. BHS Batch Header Segment Trigger event information for receiving application. One batch per file is supported. R [1..1] {HL7 Messages} R [1..*] BTS Batch Trailer Segment R [1..1] FTS File Trailer Segment R [1..1] SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 22 of 39
23 4.2 FILE HEADER (FHS) SEGMENT This segment is used as the lead-in to a file (group of batches). Table 4.2 FHS: File Header Segment Definition Seq Element Name Description Len DT Usage Cardinality 1 File Field Separator Same definition as the corresponding field in the MSH segment. 1 ST R [1..1] 2 File Encoding Characters Same definition as the corresponding field in the MSH segment. 4 ST R [1..1] 4 File Sending Facility Name Same definition as the corresponding field in the MSH segment. 227 HD O [1..1] 6 File Receiving Facility Same definition as the corresponding field in the MSH segment. 227 HD R [1..1] 7 File Creation Date and Time Same definition as the corresponding field in the MSH segment. 26 TS R [1..1] 9 File Name Same definition as the corresponding field in the MSH segment. 20 ST O [0..1] 11 File Control ID 12 Reference File Control ID This field is used to identify a particular file uniquely among all files sent from the sending facility identified in FHS-4. Contains the value of FHS-11-file control ID when this file was originally transmitted. Not present if file is being transmitted for the first time. 199 ST O [0..1] 20 ST O [0..1] 4.3 FILE TRAILER (FTS) SEGMENT The FTS segment defines the end of a file (group of batches). Table 4.3 FTS: File Trailer Segment Definition Seq Field Name Description Length DT Usage Cardinality The number of batches contained in this file. Since this 1 File Batch Count interface is constrained to one batch per file, this number 10 NM R [1..1] should always be 1. 2 Batch Comment 80 ST O [0..1] SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 23 of 39
24 4.4 BATCH HEADER (BHS) SEGMENT The BHS segment is used to head a group of messages that comprise a batch. Table 4.4 BHS: Batch Header Segment Definition Seq Field Name Description Length DT Usage Cardinality 1 Batch Field Separator Character to be used as the field separator for the rest of the batch. The supported value is the pipe character. (ASCI 124) 1 ST R [1..1] 2 Batch Encoding Characters Characters to be used as the component separator, repetition separator, escape character and subcomponent separator. The 4 ST R [1..1] supported values are ^~\& (ASCII 94, 126, 92, and 38) 3 Batch Sending Application Same definition as the corresponding field in the MSH segment. 227 HD R [1..1] 4 Batch Sending Facility Same definition as the corresponding field in the MSH segment. 227 HD R [1..1] 6 Batch Receiving Facility Same definition as the corresponding field in the MSH segment. 227 HD R [1..1] 7 Batch Creation Date/Time Same definition as the corresponding field in the MSH segment. 26 TS R [1..1] 4.5 BATCH TRAILER (BTS) SEGMENT The BTS segment defines the end of a batch of messages. Table 4.5 BTS: Batch Trailer Segment Definition Seq Field Name Description Length DT Usage Cardinality 1 Batch Message Count The number of Messages contained in the preceding batch 10 NM R [1..1] 2 Batch Comment 80 ST O [0..1] 4.6 BATCH EXAMPLE In the following example, Nebraska Health Center sends their syndromic data to their state public health authority. NHC sends the messages that have gathered over the last 12 hour period in batch message format. There are 240 messages. FHS ^~\&<cr> BHS ^~\& ER1 NEBRASKA_HLTH_CTR^ ^NPI SSEDON <cr> MSH ^~\& ER1 NEBRASKA_HLTH CTR^ ^NPI SSEDON ADT^A01^ADT_A01 ER P 2.5.1<cr> (Continue 240 messages) BTS 240 NE HEATH CENTER reporting : hrs<cr> FTS 1<cr> SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 24 of 39
25 5 Message Timing If the inpatient data will be submitted in a daily batch process All inpatient clinical data shall be submitted five days after admission. All inpatient demographic data shall be submitted within 24 hours after the diagnostic and procedural coding is completed. Inpatient data may also be submitted in real time. Real-time processing refers to the ability to transmit an HL formatted ADT^A01(Patient Admission), ADT^A03(Patient Discharge), ADT^A04 (Emergency Department Registration), ADT^A08 (Patient Information Update) messages as the events occur within the patient encounter. 6 Secure Message Transmission All messages submitted to SSEDON must be sent in an electronic secure fashion. Secure will be used in the HL7 message testing phase. Once message testing is complete a secure communication ebxml interface will be used for sending/receiving syndromic surveillance data. The CDC provides, free of charge, their PHINMS client Message Sender for communication with their PHINMS Message Receiver. Alternatively, the provider may choose to develop their own ebxml Message Sender to communicate with the PHINMS Message Receiver.The provider organization will submit a text file containing HL7 2.5 formatted ADT^A01, ADT^A03, ADT^A04 and ADT^A08 Messages (up to 1000 messages are accepted) to be delivered via their ebxml-based client Message Sender to the SSEDON PHINMS Message Receiver. It is the responsibility of the provider organization to obtain or develop, install and configure an ebxml client Message Sender for sending the HL7 2.4 formatted Message Requests. The provider organization will need to obtain from SSEDON a CPA (Collaboration Protocol Agreement) for access to the SSEDON Real-time system. **SSEDON PROVIDES NEITHER INSTALLATION, CONFIGURATION NOR TECHNICAL SUPPORT FOR THE EBXML CLIENT MESSAGE SENDER. Full documentation and contact information for the PHINMS product may be found at the following link: Full documentation for the ebxml specification may be found at the following link: PHINMS is ebxml version 2.0 compliant. SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 25 of 39
26 Appendix A Value Sets Type Table Name Value Description HL Sex 0001 F Female 0001 M Male 0001 O Other 0001 U Unknown HL Event Type 0003 A01 Admit/Visit Notification 0003 A03 Discharge/End Visit 0003 A04 Register a Patient 0003 A08 Update Patient Information HL Patient Class 0004 B Obstetrics 0004 E Emergency 0004 I Inpatient 0004 O Outpatient 0004 P Preadmit 0004 R Recurring HL7 CDCREC Race CDCREC American Indian or Alaska Native CDCREC Asian CDCREC Black or African-American CDCREC Native Hawaiian or Other Pacific Islander CDCREC White CDCREC Other Race CDCREC Null Unknown HL Admission Type 0007 A Accident 0007 C Elective 0007 E Emergency 0007 L Labor and Delivery 0007 N Newborn (Birth in healthcare facility) 0007 R Routine 0007 U Urgent HL Acknowledgment Code 0008 AA Application Accept 0008 AE Application Error 0008 AR Application Reject HL Admit Source Physician Referral Clinic Referral SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 26 of 39
27 Type Table Name Value Description HMO Referral Transfer from a hospita Transfer from a skilled nursing facility Transfer from another health care facility Emergency Room Court/Law Enforcement information not available HL Diagnosis Type 0052 A Admitting 0052 F Final 0052 W Working HL Employment Status Full time employment Part time employment Unemployed Self employed Retired On active military duty Unknown 0066 C Contract, per diem 0066 L Leave of absence (e.g., family leave, sabbatical, etc) 0066 O Other 0066 T Temporarily unemployed HL Hospital Service 0069 CAR Cardiac Service 0069 MED Medical Service 0069 PUL Pulmonary Service 0069 SUR Surgical Service 0069 URO Urology Service HL Message Type 0076 ADT ADT message HL Observation result status codes interpretation 0085 C OBX record is a correction, therefore it replaces a final result 0085 D Deletes OBX record 0085 F Final Result; can only be changed with a corrected result 0085 I Specimen in lab; results pending 0085 N Not Asked; used to affirmatively document that the observation identified in the OBX was not sought when the universal service ID in the OBR-4 implies that it would be sought 0085 O Order detail description (no result) 0085 P Preliminary results 0085 R Results entered -- not verified HL Processing ID SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 27 of 39
28 Type Table Name Value Description 0103 P Production 0103 D Debugging 0103 T Testing HL Version ID Release Release HL Discharge Disposition Discharge to home or self care (routine discharge) Discharged/transferred to another short term general hospital for inpatient care Discharged/transferred to skilled nursing facility (SNF) Discharged/transferred to an intermediate care facility (ICF) Discharged/transferred to another type of institution for inpatient care or referred for outpatient services to another institution Discharged/transferred to home under care of organized home health service organization Left against medical advice or discontinued care Discharged/transferred to home under care of Home IV provider Admitted as an inpatient to this hospital Expired (i.e. dead) Still patient or expected to return for outpatient services (i.e. still a patient) Expired (i.e. died) at home Expired (i.e. died) in a medical facility; e.g., hospital, SNF, ICF, or free standing hospice Expired (i.e. died) - place unknown HL Value Type NOTE: Please review OBX-5 Data type table in Appendix B HL Yes/No Indicator 0136 Y Yes 0136 N No HL Ethnic Group 0189 H Hispanic or Latino 0189 N Not Hispanic or Latino 0189 U Unknown HL Identifier Type 0203 AN Account number 0203 APRN Advanced Practice Registered Nurse number 0203 ANON Anonymous identifier 0203 BR Birth registry number 0203 CY County number 0203 DDS Dentist license number 0203 DN Doctor number 0203 DR Donor Registration Number 0203 DFN Drug Furnishing or prescriptive authority Number 0203 HC Health Card Number SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 28 of 39
29 Type Table Name Value Description 0203 LN License number 0203 LR Local Registry ID 0203 MD Medical License number 0203 MR Medical record number 0203 UPIN 0203 MB Member Number 0203 MI Military ID number 0203 NH National Health Plan Identifier Medicare/CMS (formerly HCFA)_s Universal Physician Identification number 0203 NII National Insurance Organization Identifier 0203 NNxxx 0203 NPI National provider identifier National Person Identifier where the xxx is the ISO table character (alphabetic) country code 0203 NI National unique individual identifier 0203 NP Nurse practitioner number 0203 OD Optometrist license number 0203 DO Osteopathic License number 0203 PPN Passport number 0203 PT Patient external identifier 0203 PI Patient internal identifier 0203 MA Patient Medicaid number 0203 MC Patient's Medicare number 0203 PCN Penitentiary/correctional institution Number 0203 PRC Permanent Resident Card Number 0203 PN Person number 0203 RPH Pharmacist license number 0203 PA Physician Assistant number 0203 DPM Podiatrist license number 0203 MCD Practitioner Medicaid number 0203 MCR Practitioner Medicare number 0203 PRN Provider number 0203 RRI Regional registry ID 0203 RN Registered Nurse Number 0203 RI Resource identifier 0203 SL State license 0203 SR State registry ID 0203 SN Subscriber Number 0203 ANT Temporary Account Number 0203 PNT Temporary Living Subject Number 0203 MRT Temporary Medical Record Number 0203 U Unspecified identifier 0203 VN Visit number HL Query Response Status SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 29 of 39
30 Type Table Name Value Description 0208 AE Application Error 0208 AR Application Reject 0208 NF No data found, no errors 0208 OK Data found, no errors (default) HL Coding System zzz or L Local general code (where z is an alphanumeric character) 0396 HL7nnnn HL7 defined codes where nnnn is the HL7 table number 0396 I10 ICD I10P ICD-10 Procedure Codes 0396 I9 ICD I9C ICD-9CM 0396 I9CDX ICD9-CM Diagnosis Codes 0396 I9CP ICD9-CM Procedure Codes 0396 ISOnnnn ISO defined codes where nnnn is the ISO table number LN Logical Observation Identifier Names and Codes (LOINC) 0396 SCT SNOMED Clinical Terms 0396 UCUM UCUM Code set for units of measure 0396 USPS United States Postal Service HL Mode of Arrival 0430 A Ambulance 0430 C Car 0430 F On Foot 0430 H Helicopter 0430 P Public Transportation 0430 U Unknown HL Present on Admission (POA) Indicator 0895 E Exempt 0895 N No 0895 U Unknown 0895 W Not Applicable 0895 Y Yes User FIPS 5-2 State IDs Note FIPS Colorado CO FIPS Iowa IA FIPS Kansas KS FIPS Missouri MO FIPS Nebraska NE FIPS South Dakota SD FIPS Wyoming WY HL7 HCPTNUCC Facility Visit Type HCPTNUCC X Emergency Care HCPTNUCC 207XP3100X Specialty Care SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 30 of 39
31 Type Table Name Value Description HCPTNUCC 225XN1300X Primary Care HCPTNUCC 251V00000X Urgent Care HL7 HSLOC Health Service Location HSLOC Dedicated service delivery location HSLOC Dedicated clinical service location HSLOC Diagnostics or therapeutics practice setting HSLOC Cardiovascular diagnostics or therapeutics unit HSLOC Cardiac catheterization lab HSLOC Gastroenterology diagnostics or therapeutics unit HSLOC Endoscopy lab HSLOC Radiology diagnostics or therapeutics unit HSLOC Pulmonary function testing HSLOC Clinical laboratory HSLOC Clinical chemistry HSLOC Hematology HSLOC Histology/Surgical pathology HSLOC Microbiology HSLOC Serology lab HSLOC Virology lab HSLOC Hyperbaric oxygen center HSLOC Infusion center HSLOC Specimen collection area [Healthcare] HSLOC Sleep disorders unit HSLOC Inpatient practice setting HSLOC Bone marrow transplant unit HSLOC Pediatric bone marrow transplant unit HSLOC Critical care unit HSLOC Trauma critical care unit HSLOC Pediatric trauma critical care unit HSLOC Burn critical care unit HSLOC Pediatric burn critical care unit HSLOC Medical critical care unit HSLOC Medical cardiac critical care unit HSLOC Medical/Surgical critical care unit HSLOC Pediatric medical/surgical critical care unit HSLOC Pediatric medical critical care unit HSLOC Surgical critical care unit HSLOC Pediatric surgical critical care unit HSLOC Neurosurgical critical care unit HSLOC Pediatric neurosurgical critical care unit HSLOC Surgical cardiothoracic critical care unit HSLOC Pediatric surgical cardiothoracic critical care unit SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 31 of 39
32 Type Table Name Value Description HSLOC Respiratory critical care unit HSLOC Pediatric respiratory critical care unit HSLOC Prenatal critical care unit HSLOC Neurology critical care and stroke unit HSLOC Pediatric critical care unit HSLOC Neonatal critical care unit [Level II/III] HSLOC Neonatal critical care unit [Level III] HSLOC Pediatric burn critical care unit HSLOC Pediatric surgical cardiothoracic critical care unit HSLOC Pediatric medical critical care unit HSLOC Pediatric medical/surgical critical care unit HSLOC Pediatric neurosurgical critical care unit HSLOC Pediatric respiratory critical care unit HSLOC Pediatric surgical critical care unit HSLOC Pediatric trauma critical care unit HSLOC Pediatric inpatient practice setting HSLOC Pediatric bone marrow transplant unit HSLOC Neonatal unit HSLOC Inpatient well baby nursery [Level I] HSLOC Neonatal critical care unit [Level II/III] HSLOC Neonatal critical care unit [Level III] HSLOC Step down neonatal ICU [Level II] HSLOC Pediatric step down unit [post-critical care] HSLOC Pediatric SCA HSLOC Pediatric hematology/oncology SCA HSLOC Pediatric dialysis SCA HSLOC Pediatric solid organ transplant SCA HSLOC Pediatric critical care unit HSLOC Neonatal critical care unit [Level II/III] HSLOC Neonatal critical care unit [Level III] HSLOC Pediatric burn critical care unit HSLOC Pediatric surgical cardiothoracic critical care unit HSLOC Pediatric medical critical care unit HSLOC Pediatric medical/surgical critical care unit HSLOC Pediatric neurosurgical critical care unit HSLOC Pediatric respiratory critical care unit HSLOC Pediatric surgical critical care unit HSLOC Pediatric trauma critical care unit HSLOC Ward HSLOC Inpatient behavioral Health/Psych Ward HSLOC Inpatient adolescent behavioral health ward HSLOC Inpatient pediatric behavioral health ward SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 32 of 39
33 Type Table Name Value Description HSLOC Inpatient burn ward HSLOC Inpatient pediatric burn ward HSLOC Inpatient ear/nose/throat ward HSLOC Inpatient pediatric ear, nose, throat ward HSLOC Inpatient gastrointestinal ward HSLOC Inpatient genitourinary ward HSLOC Inpatient pediatric genitourinary ward HSLOC Inpatient gerontology ward HSLOC Inpatient gynecology ward HSLOC Labor and delivery ward HSLOC Labor, Delivery, Recovery, Postpartum suite [LDRP] HSLOC Inpatient medical ward HSLOC Inpatient pediatric medical ward HSLOC Inpatient medical/surgical ward HSLOC Inpatient pediatric medical/surgical ward HSLOC Inpatient neurology ward HSLOC Inpatient pediatric neurology ward HSLOC Inpatient neurosurgical ward HSLOC Inpatient pediatric neurosurgical ward HSLOC Inpatient ophthalmology ward HSLOC Inpatient orthopedic ward HSLOC Inpatient pediatric orthopedic ward HSLOC Inpatient orthopedic trauma ward HSLOC Inpatient plastic surgery ward HSLOC Inpatient postpartum ward HSLOC Inpatient pulmonary ward HSLOC Inpatient rehabilitation ward HSLOC Inpatient pediatric rehabilitation ward HSLOC Inpatient acute stroke ward HSLOC Inpatient surgical ward HSLOC Inpatient pediatric surgical ward HSLOC Inpatient vascular surgery ward HSLOC Pediatric ward HSLOC Inpatient adolescent behavioral health ward HSLOC Inpatient pediatric medical ward HSLOC Inpatient pediatric behavioral health ward HSLOC Inpatient pediatric burn ward HSLOC Inpatient pediatric ear, nose, throat ward HSLOC Inpatient pediatric genitourinary ward HSLOC Inpatient pediatric medical/surgical ward HSLOC Inpatient pediatric neurology ward HSLOC Inpatient pediatric neurosurgical ward SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 33 of 39
34 Type Table Name Value Description HSLOC Inpatient pediatric orthopedic ward HSLOC Inpatient pediatric rehabilitation ward HSLOC Inpatient pediatric surgical ward HSLOC Specialty care area [SCA] HSLOC Hematology/Oncology SCA HSLOC Pediatric hematology/oncology SCA HSLOC Long-term acute care [LTAC] HSLOC Solid organ transplant SCA HSLOC Pediatric solid organ transplant SCA HSLOC Pediatric SCA HSLOC Pediatric hematology/oncology SCA HSLOC Pediatric dialysis SCA HSLOC Pediatric solid organ transplant SCA HSLOC Dialysis SCA HSLOC Pediatric dialysis SCA HSLOC Operating and recovery rooms HSLOC Cesarean section room/suite HSLOC Inpatient operating room/suite HSLOC Post-Anesthesia care unit/recovery Room HSLOC Step down units HSLOC Adult step down unit [post-critical care] HSLOC Pediatric step down unit [post-critical care] HSLOC Nursing or custodial care practice setting HSLOC Long-Term care unit HSLOC Long-Term care alzheimer's unit HSLOC Long-Term care behavioral health/psych unit HSLOC Long-Term care rehabilitation unit HSLOC Assisted living area HSLOC Outpatient practice setting HSLOC Emergency department HSLOC Pediatric emergency department HSLOC Allergy clinic HSLOC Cardiac clinical practice setting HSLOC Cardiac rehabilitation center HSLOC Cardiology clinic HSLOC Pediatric cardiology clinic HSLOC Dermatology clinic HSLOC Pediatric dermatology clinic HSLOC Endocrinology clinic HSLOC Pediatric diabetes/endocrinology clinic HSLOC Family medicine clinic HSLOC Gastroenterology clinic SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 34 of 39
35 Type Table Name Value Description HSLOC Pediatric gastroenterology clinic HSLOC General internal medicine clinic HSLOC Gynecology clinic HSLOC Medical genetics clinic HSLOC Neurology clinic HSLOC Opthalmology clinic HSLOC Orthopedics clinic HSLOC Pediatric orthopedic clinic HSLOC Otorhinolaryngology clinic HSLOC Pain clinic HSLOC Nephrology clinic HSLOC Pediatric nephrology clinic HSLOC Podiatry clinic HSLOC Provider's office HSLOC Rheumatology clinic HSLOC Pediatric rheumatology clinic HSLOC Surgery clinic HSLOC Wound clinic HSLOC Behavioral health clinic HSLOC Pediatric behavioral health clinic HSLOC Blood collection center HSLOC Continence clinic HSLOC Ostomy clinic HSLOC Outpatient dental clinic HSLOC Pediatric dental clinic HSLOC Occupational health clinic HSLOC Occupational therapy clinic HSLOC Outpatient hemodialysis clinic HSLOC Outpatient HIV clinic HSLOC Outpatient rehabilitation clinic HSLOC Prenatal clinic HSLOC Pulmonary clinic HSLOC Speech therapy clinic HSLOC Wound ostomy continence clinic HSLOC Urgent care center HSLOC Holistic medicine center HSLOC Hour observation area HSLOC Pediatric outpatient practice setting HSLOC Pediatric emergency department HSLOC Pediatric clinic HSLOC Pediatric gastroenterology clinic HSLOC Pediatric cardiology clinic SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 35 of 39
36 Type Table Name Value Description HSLOC Pediatric dental clinic HSLOC Pediatric dermatology clinic HSLOC Pediatric diabetes/endocrinology clinic HSLOC Pediatric orthopedic clinic HSLOC Pediatric scoliosis clinic HSLOC Pediatric hematology/oncology clinic HSLOC Pediatric nephrology clinic HSLOC Pediatric rheumatology clinic HSLOC Well baby clinic HSLOC Pediatric behavioral health clinic HSLOC Outpatient pediatric surgery center HSLOC Hematology/oncology clinic HSLOC Pediatric hematology/oncology clinic HSLOC Scoliosis clinic HSLOC Pediatric scoliosis clinic HSLOC Physical therapy clinic HSLOC Residential treatment practice setting HSLOC Ventilator dependent unit HSLOC Inpatient hospice HSLOC Ambulatory surgical setting HSLOC Outpatient pediatric surgery center HSLOC Outpatient plastic surgery center HSLOC Outpatient surgery recovery room/post-anesthesia care unit HSLOC Institutional infirmary HSLOC Inpatient jail unit HSLOC Inpatient school infirmary HSLOC Mobile services HSLOC Mobile emergency services/ems HSLOC Mobile MRI/CT HSLOC Mobile blood collection center HSLOC Dedicated non-clinical service location HSLOC Transport services HSLOC Pharmacy HSLOC Public area in healthcare facility HSLOC Physical plant operations center HSLOC Housekeeping/environmental services HSLOC Laundry room HSLOC Administrative area HSLOC Blood bank HSLOC Central sterile supply HSLOC Central trash area HSLOC Facility grounds HSLOC Morgue/Autopsy room SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 36 of 39
37 Type Table Name Value Description HSLOC Soiled utility area HSLOC Incidental service delivery location HSLOC Patient's residence [Home care] HSLOC Home-based hospice HSLOC Blood collection [Blood drive campaign] HSLOC Specimen collection area [Community] User 99PAL Activity Level at Place of Employment 99PAL A Sedentary Work Lifting 10lbs or less 99PAL B Light Work Lifting 20lbs or less, frequently lifting and carrying up to 10lbs. 99PAL C Medium Work Lifting 50lbs or less, frequently lifting and carrying up to 25lbs 99PAL D Heavy Work Lifting 100lbs or less, frequently lifting and carrying up to 50lbs 99PAL E Very Heavy work Lifting 100lbs or more, frequently lifting and carrying up to 50lbs User 99PEL Education Level 99PEL 1 None Thru 8 th Grade 99PEL 2 Some High School 99PEL 3 High School Graduate 99PEL 4 Some college No Degree 99PEL 5 Associate Degree 99PEL 6 Bachelor s Degree 99PEL 7 Some Post-Graduate Work 99PEL 8 Master s Degree 99PEL 9 Professional Degree 99PEL 10 Doctorate Degree HL7 UCUM Units of Measure UCUM Cel degrees Celsius [temperature] UCUM [degf] degrees Fahrenheit [temperature] UCUM d day [time] UCUM mo month [time] UCUM UNK Unknown UCUM wk week [time] UCUM a year [time] UCUM % Percent SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 37 of 39
38 Appendix B OBX-5 Element Data Type This table describes the format of the OBX-5 element as it pertains to the data type id expressed in OBX-2 OBX- 5 Data Type Description Usage HL7 Data Type Length Seq Note TS Date/Time Stamp RE DTM Minimum acceptable precision is to the nearest day. TX Text RE TX The TX data type is used to carry string data intended for display purposes. It can contain leading blanks (space characters). NM Numeric Value RE ST A numeric data type is a number represented as a series of ASCII numeric characters consisting of an optional leading sign (+ or -), the digits and an optional decimal point. In the absence of a sign, the number is assumed to be positive. If there is no decimal point the number is assumed to be an integer. CWE Identifier RE ST Text RE ST It is strongly recommend that text be sent to accompany any identifier Name of Coding C ID System Required if an identifier is provided in component 1. XAD Street Address ST Other Designation ST City ST State ST FIPS 5-2 Zip or Postal Code ST USPS Country ID ISO SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 38 of 39
39 Appendix C Observation Identifier Examples Concept Code Preferred Concept Name HL7 Table 0396 Code Body temperature:temp:enctr^frst:^patient:qn: LN Diagnosis.preliminary:Imp:Pt:Patient:Nom: LN SS003 Facility / Visit Type PHINQUESTION Illness or injury onset date and time:tmstp:pt:^patient:qn: LN Oxygen saturation:mfr:pt:blda:qn:pulse oximetry LN SS001 Treating Facility Identifier PHINQUESTION SS002 Treating Facility Location PHINQUESTION NECVD001 Patient Employer 99NECVD NECVD002 Patient Occupation 99NECVD NECVD003 Employment Status 99NECVD NECVD004 Employment work hazards of patient 99NECVD NECVD005 Patient activity level at employment 99NECVD NECVD006 Patient operates hazardous equipment at employment (Y/N) 99NECVD NECVD007 Patient Education Level 99NECVD OBX 2 XAD SS002^TREATING FACILITY LOCATION^PHINQUESTION ^^^13^30341^USA^C F <cr> OBX 3 CWE SS003^FACILITY/VISIT TYPE^PHINQUESTION ^EMERGENCY DEPARTMENT^HSLOC F <cr> OBX 1 NM F-048C3^BODY TEMPERATURE^SCT 101 [degf]^f^ucum F OBX 2 NM P ^Pulse Oximetry^SCT 90 %^Percent^UCUM F OBX 1 ST NECVD001^Patient Employer^99NECVD NECORP F OBX 1 ST NECVD002^Patient Occupation^99NECVD PAINTER F OBX 1 ST NECVD003^Employment Status^99NECVD EMPLOYED F OBX 1 ST NECVD004^Employment work hazards of patient^99necvd falling from high places F OBX 1 ST NECVD005^Patient activity level at employment^99necvd D^HEAVY WORK^99PAL F OBX 1 IS NECVD006^Patient operates hazardous equipment at employment^99necvd Y F OBX 1 IS NECVD007^Patient Education Level^99NECVD 6^^99PEL F SSEDON HL7 Implementation Guide for Inpatient Syndromic Surveillance Page 39 of 39
Syndromic Surveillance Event Detection of Nebraska (SSEDON) Flat File Implementation Guide for Inpatient Syndromic Surveillance
Syndromic Surveillance Event Detection of Nebraska (SSEDON) Flat File Implementation Guide for In Syndromic Surveillance Document Version 1.2 01/10/2012 This implementation guide contains flat file formats
ELR 2.5.1 Clarification Document for EHR Technology Certification
ELR 2.5.1 Clarification Document for EHR Technology Certification Date: July 16, 2012 Co-Authored By: Centers for Disease Control and Prevention And Association of Public Health Laboratories Table of Contents
ImagePilot. HL7 Conformance Statement. Manufacturer: 1 Sakura-machi, Hino-shi Tokyo 191-8511, Japan
ImagePilot HL7 Conformance Statement Manufacturer: 1 Sakura-machi, Hino-shi Tokyo 191-8511, Japan Revision History Date Version Description August 28, 2009 Rev. 1.0 April 1, 2010 Rev. 1.1 Values that
UHIN STANDARDS COMMITTEE Version 2.0 Radiology Report Standard
UHIN STANDARDS COMMITTEE Version 2.0 Radiology Report Standard The Radiology Report Standard is compatible with all HL7 version 2.3 standards. Purpose The Radiology Report Standard is an implementation
JiveX Enterprise PACS Solutions. JiveX HL7 Gateway Conformance Statement - HL7. Version: 4.7.1 As of 2015-05-20
JiveX Enterprise PACS Solutions JiveX HL7 Gateway Conformance Statement - HL7 Version: 4.7.1 As of 2015-05-20 VISUS Technology Transfer GmbH Universitätsstr. 136 D-44799 Bochum Germany Phone: +49 (0) 234
HL7 Interface Specification. HL7 Interface 1.2
Interface Specification Interface 1.2 May 2004 Interface 1.2 Specification TABLE OF CONTENTS 1 INTRODUCTION... 3 1.1 Purpose...3 1.2 Related Documents...3 2 IMPLEMENTATION... 4 3 COMMUNICATION PROFILE...
ELR 2.5.1 Clarification Document for EHR Technology Certification V1.1
ELR 2.5.1 Clarification Document for EHR Technology Certification V1.1 Date: October 16, 2012 Co-Authored By: Centers for Disease Control and Prevention And Association of Public Health Laboratories Table
Electronic Syndromic Submission for Emergent and Ambulatory Data to the Michigan Department of Community Health
The Michigan Syndromic Surveillance System- MSSS Electronic Syndromic Submission for Emergent and Ambulatory Data to the Michigan Department of Community Health Background and Electronic Syndromic Surveillance
HL7 Interface Specifications
HL7 Interface Specifications V2.2 Ifa systems AG ifa united i-tech Inc. Augustinusstr. 11b 1850 SE 17th Street, Ste. 107 50226 Frechen Fort Lauderdale, FL 33316 Germany USA Tel.: +49-2234-933670 Tel.:
UB-04 Claim Form Instructions
UB-04 Claim Form Instructions FORM LOCATOR NAME 1. Billing Provider Name & Address INSTRUCTIONS Enter the name and address of the hospital/facility submitting the claim. 2. Pay to Address Pay to address
There are 5 demographic data elements that include gender, date of birth, race, ethnicity status,
Demographic and Data s There are 5 demographic data elements that include gender, date of birth, race, ethnicity status, and postal code of the patient. These elements are intended to be collected once
EHR-Laboratory Interoperability and Connectivity Specification (ELINCS) Version 0.2 DRAFT
EHR-Laboratory Interoperability and Connectivity Specification (ELINCS) Version 0.2 DRAFT May 13, 2005 Contents 1. Introduction... 3 2. ELINCS Use Case... 4 2.1. Use Case Details... 5 2.2. Relevant Definition
Additional Information Message Implementation Guide
Additional Information Message Implementation Guide Hl7 Version 2.4 Standard, Release 1.0 NPRM Draft December 11, 2001 Copyright 2000, 2001 Health Level Seven, Inc. Ann Arbor, MI 1 INTRODUCTION...1 1.1
HL7 Customization Guide
HL7 Customization Guide Table of Contents Intended Audience... 3 1. Overview... 3 1.1 Introduction... 3 1.2 HL7 Overview... 3 1.3 Report Formats... 4 1.4 Interface Workflow... 5 1.5 Integration Steps...
HL7 Conformance Statement
HL7 Conformance Statement Product Image-Arena 4.3 Product No.: T.08.0122 Effective Date: 2010-04-30 Benjamin Wagner Document 04 rev.: D32.0083-04 Image-Arena 4.3 HL7 conformance statement Table of contents
HL7 Conformance Statement RadCentre. Release 2015.01
HL7 Conformance Statement Release 2015.01 Editing The editing is done by i-slutins Health GmbH. If you have any suggestions for improvement or requests for modification etc, please let us know. You can
How To Bill For A Medicaid Claim
UB-04 CLAIM FORM INSTRUCTIONS FIELD NUMBER FIELD NAME 1 Billing Provider Name & Address INSTRUCTIONS Enter the name and address of the hospital/facility submitting the claim. 2 Pay to Address Pay to address
Quickly and easily connect your Imaging System with Practice Fusion s Electronic Health Record (EHR) System. HL7 Results Specification
HL7 Results Specification Imaging Quickly and easily connect your Imaging System with Practice Fusion s Electronic Health Record (EHR) System 1 P a g e HL7 Results Specification About This Document This
IHE IT Infrastructure Technical Framework. Volume 2b (ITI TF-2b) Transactions Part B Sections 3.29 3.64
Integrating the Healthcare Enterprise 5 10 IHE IT Infrastructure Technical Framework Volume 2b (ITI TF-2b) Transactions Part B Sections 3.29 3.64 15 20 Revision 11 Final Text September 23, 2014 25 Please
HL7 EHR to PowerSoftMD Visit Import Specifications
HL7 EHR to PowerSoftMD Visit Import Specifications Data Tec, Inc. www.powersoftmd.com 1 P a g e R e v M a y 2 0 1 3 Introduction HL7 EMR to PS Interface Specs PowerSoftMD uses HL7 2.3.1 specifications.
How To Get A Medical Record On A Medical Device
9. Medical Records/Information Management (Document Management) Chapter Chair/Editor: Chapter Chair/Editor: Wayne R. Tracy, MS Health Patterns, LLC Michelle L. Dougherty, RHIA American Health Information
Philips Innovation Campus 560045 Bangalore India. Issued by:
Issued by: PHILIPS HEALTHCARE Patient Care and Clinical Informatics Interoperability Competence Center Philips Innovation Campus 560045 Bangalore India E-mail: [email protected] Internet: http://www.healthcare.philips.com/connectivity
Message Specifications Guide
Message Specifications Guide The CBORD Group, Inc. Ithaca, NY Version: Win2.1 January 2016 2016, The CBORD Group, Inc. All Rights Reserved Contents: HL7 (Health Level 7).. 3 ADT Specifications...4 Orders
HL7 Interface Specification Merge Eye Station v. 11.3
HL7 Interface Specification Merge Eye Station v. 11.3 Merge Healthcare 900 Walnut Ridge Drive Hartland, WI 53029 USA 877.44.MERGE 2012 Merge Healthcare. The information contained herein is confidential
IHE Radiology Technical Framework Volume 3 (IHE RAD TF-3)
Integrating the Healthcare Enterprise IHE Radiology Technical Framework Volume 3 (IHE RAD TF-3) Transactions (continued) Revision 10.0 Final Text February 18, 2011 Contents 1 Introduction... 3 1.1 Overview
Notes Interface Specification HL7 format
MedicaLogic s Support for the Import and Export of Documents Release 5.5 P/N 2636-06 Table of Contents Abstract... 1 HL7 Messages... 2 Legend... 2 MDM Document management... 3 HL7 Message segments... 4
HL7 Conformance Statement
HL7 Conformance Statement Release VA20B (2014-03-28) ITH icoserve technology for healthcare GmbH Innrain 98, 6020 Innsbruck, Austria +43 512 89059-0 www.ith-icoserve.com Any printout or copy of this document
Meaningful Use Business Process Mapping Questionnaire. Meaningful Use Business Process Mapping Questionnaire. Contact Information
This survey is designed to facilitate conversations between health care facilities and public health departments before and during Meaningful Use implementation and onboarding. Please feel free to consult
HIE Ready 2.0 SPECIFICATIONS MATRIX. Product Name: Version Number: Preferred Message and Trigger
HIE Ready 2.0 SPECIFICATIONS MATRIX Entity Name: Street Address: City, State, Zip: Point of Contact Name: E-mail & Phone: Alternate Contact Name: Alternate E-mail & Phone: Product Name: Version Number:
New Jersey Department of Health. Electronic Laboratory Reporting On-Boarding Manual. Version 1.4
New Jersey Department of Health On-Boarding Manual Version 1.4 Table of Contents 1. Introduction 3 1.1 Purpose 3 1.2 Scope 3 1.3 Definitions, Acronyms and Abbreviations 4 1.4 References 5 1.5 Overview
Clarification of Patient Discharge Status Codes and Hospital Transfer Policies
The Acute Inpatient Prospective Payment System Fact Sheet (revised November 2007), which provides general information about the Acute Inpatient Prospective Payment System (IPPS) and how IPPS rates are
Meaningful Use. Medicare and Medicaid EHR Incentive Programs
Meaningful Use Medicare and Medicaid Table of Contents What is Meaningful Use?... 1 Table 1: Patient Benefits... 2 What is an EP?... 4 How are Registration and Attestation Being Handled?... 5 What are
Provider Billing Manual. Description
UB-92 Billing Instructions Revision Table Revision Date Sections Revised 7/1/02 Section 2.3 Form Locator 42 and 46 Description Language is being added to clarify UB-92 billing instructions for form locator
Instructions for Completing the UB-04 Claim Form
Instructions for Completing the UB-04 Claim Form The UB04 claim form is used to submit claims for inpatient and outpatient services by institutional facilities (for example, outpatient departments, Rural
RelayClinical Service Feature Guide RelayClinical Notify
RelayClinical Service Feature Guide RelayClinical Notify Release 15.11 November 2015 Health Connections Brought to Life Table of Contents Overview... 3 Benefits... 3 Models... 3 Alternate Deployment Option...
PATIENT INFORMATION INTAKE F O R M BESSMER CHIROPRACTIC P. C.
PATIENT INFORMATION INTAKE F O R M BESSMER CHIROPRACTIC P. C. Date today: _ PERSONAL INFORMATION Full Name: SS#: Address: City: State: Home Phone: Cell Phone: W o r k Phone: Email: Birthdate: Age: Sex:
Interview patient Perform Physician; Nursing; Medical Assistant Take history Document 7.1(Document a progress note for each encounter)
Reference Workflow Taonomy Patient centric Outpatient encounter 1 Intake and Nurse assessment Clinician* assessment Check in Document 1.16 (Access patient demographic data), 7.6 (Document date of birth),
DIAGNOSTIC TEXT AND OTHER TRANSCRIBED REPORTS MESSAGE SPECIFICATION
Health Information Messaging Standard HEALTH INFORMATION STANDARDS COMMITTEE FOR ALBERTA DIAGNOSTIC TEXT AND OTHER TRANSCRIBED REPORTS MESSAGE SPECIFICATION Status: Accepted in Draft Version 0.5 Status
HL7 Fundamentals. Presented by: Dana McDonough, Carolina Velasquez, & Bing Chen. August 2014
HL7 Fundamentals Presented by: Dana McDonough, Carolina Velasquez, & Bing Chen August 2014 Today s Presenters: Dana McDonough Associate Technical Consultant Allscripts and Epic data conversions EHR Reporting
IHS Pharmacy-Automated Dispensing Interface System (BOP)
RESOURCE AND PATIENT MANAGEMENT SYSTEM IHS Pharmacy-Automated Dispensing Interface System (BOP) User Manual Version 1.0 July 2005 Office of Information Technology Albuquerque, New Mexico User Manual i
Masimo Patient Safetynet HL7 Interface Specifications
TECHNICAL BULLETIN Masimo Patient Safetynet HL7 Interface Specifications Version 1.0 August 2013 CAUTION: Federal law restricts this device to sale by or on the order of a physician. For professional use.
Stage 1 measures. The EP/eligible hospital has enabled this functionality
EMR Name/Model Ingenix CareTracker - version 7 EMR Vendor Ingenix CareTracker Stage 1 objectives Use CPOE Use of CPOE for orders (any type) directly entered by authorizing provider (for example, MD, DO,
Connecticut Department of Public Health Electronic Laboratory Reporting HL7 v2.5.1 Message Validation Tool User Guide
Connecticut Department of Public Health Electronic Laboratory eporting HL7 v2.5.1 Message Validation Tool User Guide November 30, 2015 Version 1.0 EL HL7 v2.5.1 Message Validation Tool User Guide Table
REGISTRATION FORM. How would you like to receive health information? Electronic Paper In Person. Daytime Phone Preferred.
Signature Preferred Pharmacy Referral Info Emergency Contact Guarantor Information Patient Information Name (Last, First, MI) REGISTRATION FORM Today's Date Street Address City State Zip Gender M F SSN
Health Home Performance Enhancement through Novel Reuse of Syndromic Surveillance Data
Health Home Performance Enhancement through Novel Reuse of Syndromic Surveillance Data Category: Fast Track Solutions Contact: Tim Robyn Chief Information Officer Office of Administration Information Technology
National Patient Information Reporting System: National Data Warehouse
National Patient Information Reporting System: NDW HL7 Standard Format Data Transmission Guide Version: 7.0 Published: Department of Health and Human Services Indian Health Service Office of Information
Your appointment is scheduled for at with Dr. Your arrival time is.
Dear : We appreciate your selection of our office for your complete eye care. Your appointment is scheduled for at with Dr. Your arrival time is. First visits usually take approximately one and a half
Coronary Heart Disease (CHD) Brief
Coronary Heart Disease (CHD) Brief What is Coronary Heart Disease? Coronary Heart Disease (CHD), also called coronary artery disease 1, is the most common heart condition in the United States. It occurs
Guidelines Most Significantly Affected Under ICD-10-CM. May 29, 2013
Guidelines Most Significantly Affected Under ICD-10-CM May 29, 2013 Guidelines Most Significantly Affected Under ICD-10-CM A look at the new system and how it compares to ICD-9-CM Presented by Therese
HL7 Interface Specification Merge LabAccess v. 3.6
HL7 Interface Specification Merge LabAccess v. 3.6 Merge Healthcare 900 Walnut Ridge Drive Hartland, WI 53029 USA 877.44.MERGE 12 Merge Healthcare. The information contained herein is confidential and
Generic EHR HL7 Interface Specification Abraxas v. 4
Generic EHR HL7 Interface Specification Abraxas v. 4 Merge Healthcare 900 Walnut Ridge Drive Hartland, WI 53029 USA 877.44.MERGE 2012 Merge Healthcare. The information contained herein is confidential
Standard Companion Guide
Standard Companion Guide Refers to the Implementation Guide Based on X12 Version 005010X216 Health Care Services Review Notification and Acknowledgement (278N) Companion Guide Version Number: 3.2 October
The ICD-9-CM uses an indented format for ease in reference I10 I10 I10 I10. All information subject to change. 2013 1
Section I. Conventions, general coding guidelines and chapter specific guidelines The conventions, general guidelines and chapter-specific guidelines are applicable to all health care settings unless otherwise
UB04 INSTRUCTIONS Home Health
UB04 INSTRUCTIONS Home Health 1 Provider Name, Address, Telephone 2 Pay to Name/Address/ID Required. Enter the name and address of the facility Situational. Enter the name, address, and Louisiana Medicaid
MASSACHUSETTS RESIDENTS CENTRAL MA. Acute Care Hospital Utilization Trends in Massachusetts FY2009-2012
ACUTE CARE HOSPITAL UTILIZATION TRENDS I N MASSACHUSETTS FY2009-2012 MASSACHUSETTS RESIDENTS CENTRAL MA Introduction The Center for Health Information and Analysis (CHIA) is publishing these inpatient,
Meaningful Use: Registration, Attestation, Workflow Tips and Tricks
Meaningful Use: Registration, Attestation, Workflow Tips and Tricks Allison L. Weathers, MD Medical Director, Information Services Rush University Medical Center Gregory J. Esper, MD, MBA Vice Chair, Neurology
Healthcare Data: Secondary Use through Interoperability
Healthcare Data: Secondary Use through Interoperability Floyd Eisenberg MD MPH July 18, 2007 NCVHS Agenda Policies, Enablers, Restrictions Date Re-Use Landscape Sources of Data for Quality Measurement,
Meaningful Use - HL7 Version 2
Meaningful Use - HL7 Version 2 HL7 Version 2 and Surveillance Your Ambassadors Today Anna Orlova, PhD, Executive Director, Public Health Data Standards Consortium and Johns Hopkins University Lori Reed-Fourquet,
Billing Manual for In-State Long Term Care Nursing Facilities
Billing Manual for In-State Long Term Care Nursing Facilities Medical Services North Dakota Department of Human Services 600 E Boulevard Ave, Dept 325 Bismarck, ND 58505 September 2003 INTRODUCTION The
Ambulatory Surgery Center (ASC) Billing Instructions
All related services performed by an ambulatory surgery center must be billed on the UB04 claim form following the instructions listed below. Tips Claim Form Completion Claims for ASC covered services
UB-04, Inpatient / Outpatient
UB-04, Inpatient / Outpatient Hospital (Inpatient and Outpatient), Hospice (Nursing Home and Home Services), Home Health, Rural Health linic, Federally Qualified Health enter, IF/MR, Birthing enter, and
(928) 854-4307 MEDICAL HISTORY. Weight: _ Shoe size: _
2302 N. Stockton Hill Rd Ste. G 1731 Mesquite Ave Ste 4 1200 Mohave Rd MEDICAL HISTORY Weight: Shoe size: ~~~~~~~~~~~~~~~~~~~~~~~~~~PLEASECIRCLE: RIGHT or LE~ Is your problem due to an accident? YES or
HealthCare Partners of Nevada. Heart Failure
HealthCare Partners of Nevada Heart Failure Disease Management Program 2010 HF DISEASE MANAGEMENT PROGRAM The HealthCare Partners of Nevada (HCPNV) offers a Disease Management program for members with
FEMALE DRIVER S LICENSE NUMBER STATE ISSUED PLACE OF BIRTH CITY STATE CITY STATE ZIP CITY STATE ZIP COUNTY USA
PATIENT S INFORMATION NAME (Last, First, Middle) PREVIOUS LAST NAME NICKNAME SOCIAL SECURITY NUMBER BIRTH SEX MALE FEMALE DRIVER S LICENSE NUMBER STATE ISSUED PLACE OF BIRTH CITY STATE PATIENT S BILLING/MAILING
Coding with. Snayhil Rana
Coding with ICD-9-CM CM Snayhil Rana ICD-9-CM CM Index Pre-Test Introduction to ICD-9-CM Coding The Three Volumes of the ICD-9-CM ICD-9-CM Coding Conventions Other ICD-9-CM Sections ICD-9-CM for Claim
TALLAHASSEE EYE CENTER
TALLAHASSEE EYE CENTER PATIENT INFORMATION Date: Name: Gender: M / F First MI Last Date of Birth: / / Address: City: State: ZIP: Phone Numbers: Home: Cellular: Work: E-Mail: SS#: - - What is the best way
Instructions for Completion of Primary Bloodstream Infection (BSI) Form (CDC 57.108)
Instructions for Completion of Primary Bloodstream Infection (BSI) Form (CDC 57.108) Facility ID Event # Patient ID Social Security # Secondary ID Medicare # Patient name Gender Date of Birth Ethnicity
Standard Companion Guide
Standard Companion Guide Refers to the Implementation Guide Based on X12 Version 005010X216 Health Care Services Review Notification and Acknowledgement (278N) Companion Guide Version Number: 3.1 October
Instructions for Completing the CMS 1500 Claim Form
Instructions for Completing the CMS 1500 Claim Form The Center of Medicaid and Medicare Services (CMS) form 1500 must be used to bill SFHP for medical services. The form is used by Physicians and Allied
Medicare and Medicaid Programs; EHR Incentive Programs
Medicare and Medicaid Programs; EHR Incentive Programs Background The American Recovery and Reinvestment Act of 2009 establishes incentive payments under the Medicare and Medicaid programs for certain
MICHIGAN DEPARTMENT OF COMMUNITY HEALTH
MICHIGAN DEPARTMENT OF COMMUNITY HEALTH COMPANION GUIDE FOR THE HIPAA 270/271 HEALTH CARE ELIGIBILITY BENEFIT INQUIRY AND RESPONSE ADDENDA VERSION 010A1 July 17, 2003 Revised December 16, 2005 AND RESPONSE,
CAHPS Clinician & Group Survey
CAHPS Clinician & Group Survey Version: Adult Primary Care Questionnaire.0 Language: English Response Scale: points te regarding the -to- response scale: This questionnaire employs a fourpoint response
Present an overview of the Meaningful Use Certification process
EHR Conformance Testing for Enhanced Syndromic Surveillance System Interoperability 2013 International Society for Disease Surveillance Conference Translating Research and Surveillance into Action, New
The EP/eligible hospital has enabled this functionality. At least 80% of all unique patients. seen by the EP or admitted to the
EMR Name/Model EMR Vendor Allscripts Stage 1 objectives Eligible professionals Hospitals Use CPOE Use of CPOE for orders (any type) directly entered by authorizing provider (for example, MD, DO, RN, PA,
HITECH Act Update: An Overview of the Medicare and Medicaid EHR Incentive Programs Regulations
HITECH Act Update: An Overview of the Medicare and Medicaid EHR Incentive Programs Regulations The Health Information Technology for Economic and Clinical Health Act (HITECH Act) was enacted as part of
Summary of the Proposed Rule for the Medicare and Medicaid Electronic Health Records (EHR) Incentive Program (Eligible Professionals only)
Summary of the Proposed Rule for the Medicare and Medicaid Electronic Health Records (EHR) Incentive Program (Eligible Professionals only) Background Enacted on February 17, 2009, the American Recovery
UB-04 Billing Instructions
UB-04 Billing Instructions 11/1/2012 The UB-04 is a claim form that is utilized for Hospital Services and select residential services. Please note that these instructions are specifically written to correlate
STATE OF MARYLAND KIDNEY DISEASE PROGRAM UB-04. Billing Instructions. for. Freestanding Dialysis Facility Services. Revised 9/1/08.
STATE OF MARYLAND KIDNEY DISEASE PROGRAM UB-04 Billing Instructions for Freestanding Dialysis Facility Services Revised 9/1/08 Page 1 of 13 UB04 Instructions TABLE of CONTENTS Introduction 4 Sample UB04
THE STIMULUS AND STANDARDS. John D. Halamka MD
THE STIMULUS AND STANDARDS John D. Halamka MD THE ONC STRATEGY Grants - Accelerating Adoption Standards - Interim Final Rule Meaningful Use - Notice of Proposed Rulemaking Certification - Notice of Proposed
Meaningful Use Criteria for Eligible Hospitals and Eligible Professionals (EPs)
Meaningful Use Criteria for Eligible and Eligible Professionals (EPs) Under the Electronic Health Record (EHR) meaningful use final rules established by the Centers for Medicare and Medicaid Services (CMS),
CMS-1500 Claim Form/American National Standards Institute (ANSI) Crosswalk for Paper/Electronic Claims
There are two ways to file Medicare claims to CGS - electronically or through a paper form created by the Centers for Medicare & Medicaid Services (CMS-1500). The required information is the same regardless
Stage 1 measures. The EP/eligible hospital has enabled this functionality
EMR Name/Model EMR Vendor Epic Epic Stage 1 objectives Use CPOE Use of CPOE for orders (any type) directly entered by authorizing provider (for example, MD, DO, RN, PA, NP) Stage 1 measures For EPs, CPOE
Conformance Testing of Healthcare Data Exchange Standards for EHR Certification
Int'l Conf. Health Informatics and Medical Systems HIMS'15 105 Conformance Testing of Healthcare Data Exchange Standards for EHR Certification R. Snelick 1 1 National Institute of Standards and Technology
Presented by. Terri Gonzalez Director of Practice Improvement North Carolina Medical Society
Presented by Terri Gonzalez Director of Practice Improvement North Carolina Medical Society Meaningful Use is using certified EHR technology to: Improve quality, safety, efficiency, and reduce errors Engage
Policy Holder Name Relationship to Patient SSN DOB
Orthopedic Today s Date Patient s SSN# Legal First Name Last Name M.I. DOB Gender Parent/Guardian Name (for pediatrics) DOB Address City State Zip Home Phone Cell Phone Work Phone Email Have any members
EMS Patient Care Report Navigation Logic for Record Creation
EMS Patient Report Navigation Logic for Record Creation This document serves to provide specifications regarding data entry and data element completion requirements for PreMIS Version 2 web-based application
DEPARTMENT OF HEALTH & MENTAL HYGIENE MEDICAL CARE PROGRAM
DEPARTMENT OF HEALTH & MENTAL HYGIENE MEDICAL CARE PROGRAM COMPANION GUIDE FOR 270/271 - HEALTH CARE ELIGIBILITY BENEFIT INQUIRY AND RESPONSE VERSION 005010X279A1 January 1, 2013 Draft Version 2 Disclosure
Chapter 8 Billing on the CMS 1500 Claim Form
8 Billing on the CMS 1500 Claim form INTRODUCTION The CMS 1500 claim form is used to bill for non-facility services, including professional services, freestanding surgery centers, transportation, durable
Design of Internet Protocols:
CSCI 234 Design of Internet Protocols: George Blankenship George Blankenship 1 Outline Background Operational environment HL7 Verification requirements Definition of VA transactions Verification of VA
PENNSYLVANIA UNIFORM CLAIMS AND BILLING FORM REPORTING MANUAL
PENNSYLVANIA UNIFORM CLAIMS AND BILLING FORM REPORTING MANUAL Inpatient UB-04 Data Reporting April 2007 Revised: August 2015 ay Status Report for Table of Contents Overview... 1 Detail Record Quick Reference
