ez7gen 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/bin/ez7gen +6 -0
- data/lib/ez7gen.rb +23 -0
- data/lib/ez7gen/config/schema/2.4/2.4.HL7.xml +13904 -0
- data/lib/ez7gen/config/schema/2.4/VAZ2.4.HL7.xml +3085 -0
- data/lib/ez7gen/config/schema/2.4/added/coded-tables.xml +730 -0
- data/lib/ez7gen/config/schema/2.4/rules/2.4.HL7.yml +4 -0
- data/lib/ez7gen/config/schema/2.4/rules/VAZ2.4.HL7.yml +6 -0
- data/lib/ez7gen/config/schema/2.5/2.5.HL7.xml +10008 -0
- data/lib/ez7gen/config/schema/2.5/VAZ2.5.HL7.xml +7 -0
- data/lib/ez7gen/config/schema/2.5/added/coded-tables.xml +549 -0
- data/lib/ez7gen/config/schema/readme.txt +0 -0
- data/lib/ez7gen/config/templates/2.4/eiv table update-mfn_m01 20151201.xml +416 -0
- data/lib/ez7gen/config/templates/2.4/eiv table update-mfn_y01.xml +416 -0
- data/lib/ez7gen/config/templates/2.4/eiv-ec-MFN_X01_reg request 20160126.xml +659 -0
- data/lib/ez7gen/config/templates/2.4/examples/ADT_A60.txt +69 -0
- data/lib/ez7gen/config/templates/2.4/examples/eiv table update-mfn_m01 20151201.txt +21 -0
- data/lib/ez7gen/config/templates/2.4/examples/mhvsm_dss_units-query_qbp_q13-qbp_q13.txt +26 -0
- data/lib/ez7gen/config/templates/2.4/examples/mhvsm_ecs_procedures_query_qbp_q13-qbp_q13.txt +26 -0
- data/lib/ez7gen/config/templates/2.4/examples/mhvsm_patient eligibility_response-rsp_k11-080714.txt +44 -0
- data/lib/ez7gen/config/templates/2.4/examples/mhvsm_standardhl7lib_diagnosis_query_qbp_q11-qbp_q11.txt +21 -0
- data/lib/ez7gen/config/templates/2.4/examples/mhvsm_standardhl7lib_diagnosis_response_rsp_k11-rsp_k11.txt +42 -0
- data/lib/ez7gen/config/templates/2.4/examples/mhvsm_standardhl7lib_dss_units_response_rtb_k13-rtb_k13.txt +49 -0
- data/lib/ez7gen/config/templates/2.4/examples/mhvsm_standardhl7lib_ecs_filer_request_dft_p03-dft_p03-080714.txt +31 -0
- data/lib/ez7gen/config/templates/2.4/examples/mhvsm_standardhl7lib_ecs_filer_response_ack_p03-ack_p03.txt +21 -0
- data/lib/ez7gen/config/templates/2.4/examples/mhvsm_standardhl7lib_esc_procedures_response_rtb_k13-rtb_k13.txt +40 -0
- data/lib/ez7gen/config/templates/2.4/examples/mhvsm_standardhl7lib_patient_eclass_query_qbp_q11-qbp_q11.txt +21 -0
- data/lib/ez7gen/config/templates/2.4/examples/mhvsm_standardhl7lib_patient_problems_query_qbp_q11-qbp_q11.txt +21 -0
- data/lib/ez7gen/config/templates/2.4/examples/mhvsm_standardhl7lib_patinet_problems_response_rsp_k11-rsp_k11.txt +33 -0
- data/lib/ez7gen/config/templates/2.4/examples/orur01rvbecv2.txt +31 -0
- data/lib/ez7gen/config/templates/2.4/examples/sqwm vitals-oru_ro1.txt +52 -0
- data/lib/ez7gen/config/templates/2.4/examples/vista sqwm-adt_a60.txt +40 -0
- data/lib/ez7gen/config/templates/2.4/mhvsm_dss_units_query_qbp_q13-qbp_q13.xml +312 -0
- data/lib/ez7gen/config/templates/2.4/mhvsm_ecs_procedures_query_qbp_q13-qbp_q13.xml +314 -0
- data/lib/ez7gen/config/templates/2.4/mhvsm_patient eligibility_response-rsp_k11-080714.xml +640 -0
- data/lib/ez7gen/config/templates/2.4/mhvsm_standardhl7lib_diagnosis_query_qbp_q11-qbp_q11.xml +284 -0
- data/lib/ez7gen/config/templates/2.4/mhvsm_standardhl7lib_diagnosis_response_rsp_k11-rsp_k11-rsp_k11.xml +563 -0
- data/lib/ez7gen/config/templates/2.4/mhvsm_standardhl7lib_dss_units_response_rtb_k13-rtb_k13-rtb_k13.xml +365 -0
- data/lib/ez7gen/config/templates/2.4/mhvsm_standardhl7lib_ecs_filer_request_dft_p03-dft_p03-080714.xml +2172 -0
- data/lib/ez7gen/config/templates/2.4/mhvsm_standardhl7lib_ecs_filer_response_ack_p03-ack_p03.xml +269 -0
- data/lib/ez7gen/config/templates/2.4/mhvsm_standardhl7lib_ecs_procedures_response_rtb_k13-rtb_k13-rtb_k13.xml +354 -0
- data/lib/ez7gen/config/templates/2.4/mhvsm_standardhl7lib_patient_eclass_query_qbp_q11-qbp_q11.xml +284 -0
- data/lib/ez7gen/config/templates/2.4/mhvsm_standardhl7lib_patient_problems_query_qbp_q11-qbp_q11.xml +282 -0
- data/lib/ez7gen/config/templates/2.4/mhvsm_standardhl7lib_patient_problems_response_rsp_k11-rsp_k11-rsp_k11.xml +565 -0
- data/lib/ez7gen/config/templates/2.4/orur01rvbecv2.xml +1529 -0
- data/lib/ez7gen/config/templates/2.4/sqwm vitals-oru_r01.xml +2975 -0
- data/lib/ez7gen/config/templates/2.4/vista sqwm-adt_a60.xml +1360 -0
- data/lib/ez7gen/message_factory.rb +142 -0
- data/lib/ez7gen/msg_error_handler.rb +33 -0
- data/lib/ez7gen/profile_parser.rb +321 -0
- data/lib/ez7gen/resources/properties-with-comments.yml +51 -0
- data/lib/ez7gen/resources/properties.yml +325 -0
- data/lib/ez7gen/service/2.4/dynamic_field_generator.rb +45 -0
- data/lib/ez7gen/service/2.4/field_generator.rb +1586 -0
- data/lib/ez7gen/service/2.5/field_generator.rb +75 -0
- data/lib/ez7gen/service/base_field_generator.rb +451 -0
- data/lib/ez7gen/service/segment_generator.rb +218 -0
- data/lib/ez7gen/service/segment_picker.rb +147 -0
- data/lib/ez7gen/service/template_generator.rb +213 -0
- data/lib/ez7gen/service/type_aware_field_generator.rb +1583 -0
- data/lib/ez7gen/service/utils.rb +75 -0
- data/lib/ez7gen/structure_parser.rb +331 -0
- data/lib/ez7gen/version.rb +38 -0
- data/test/Additional Tables with values_v1.1.txt +1653 -0
- data/test/added_shema_test.rb +143 -0
- data/test/app-tmp.rb +225 -0
- data/test/at.txt +1 -0
- data/test/backburner.zip +0 -0
- data/test/codes.txt +262 -0
- data/test/codes1.txt +1240 -0
- data/test/data_types_exploration_test.rb +213 -0
- data/test/dynamic_field_generated_test.rb +292 -0
- data/test/message_factory_24_custom_test.rb +648 -0
- data/test/message_factory_25_test.rb +50 -0
- data/test/message_factory_adm_test.rb +558 -0
- data/test/message_factory_gen_test.rb +63 -0
- data/test/message_factory_lab_test.rb +107 -0
- data/test/message_factory_pharm_test.rb +121 -0
- data/test/message_factory_template_24_test.rb +730 -0
- data/test/message_factory_test.rb +220 -0
- data/test/msg_error_handler_test.rb +59 -0
- data/test/profile_parser_test.rb +542 -0
- data/test/quick_run.rb +880 -0
- data/test/segment_generator_test.rb +656 -0
- data/test/segment_picker_test.rb +279 -0
- data/test/structrure_parser_test.rb +355 -0
- data/test/template_generator_test.rb +164 -0
- data/test/type_aware_field_generator_test.rb +582 -0
- data/test/utils_test.rb +97 -0
- metadata +215 -0
|
@@ -0,0 +1,659 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<HL7v2xConformanceProfile HL7Version="2.4" ProfileType="Implementation">
|
|
3
|
+
<MetaData Name="eIV VISTA- Reg Request-mod" OrgName="FSC" Version="2.4" Status="A" Topics="confsig-FSC-2.4-profile-accNE_accAL-Deferred" />
|
|
4
|
+
<Encodings>
|
|
5
|
+
<Encoding>ER7</Encoding>
|
|
6
|
+
</Encodings>
|
|
7
|
+
<DynamicDef AccAck="NE" AppAck="AL" MsgAckMode="Deferred" />
|
|
8
|
+
<HL7v2xStaticDef MsgType="MFN" EventType="M01" MsgStructID="MFN_M01" OrderControl="NW" EventDesc="" Role="Sender">
|
|
9
|
+
<MetaData Name="eIV VISTA- Reg Request-mod" OrgName="FSC" Version="2.4" Status="A" Topics="confsig-FSC-2.4-static-MFN-M01-null-MFN_M01-2.4-A-Sender" />
|
|
10
|
+
<Segment Name="MSH" LongName="Message Header" Usage="R" Min="1" Max="1">
|
|
11
|
+
<Field Name="Field Separator" Usage="R" Min="1" Max="1" Datatype="ST" Length="1" ConstantValue="|" ItemNo="00001">
|
|
12
|
+
<ImpNote>Hard coded "|"
|
|
13
|
+
</ImpNote>
|
|
14
|
+
<Reference>2.16.9.1</Reference>
|
|
15
|
+
<DataValues ExValue="|" />
|
|
16
|
+
</Field>
|
|
17
|
+
<Field Name="Encoding Characters" Usage="R" Min="1" Max="1" Datatype="ST" Length="4" ConstantValue="^~\&" ItemNo="00002">
|
|
18
|
+
<ImpNote>Hardcoded value of "^~\&"
|
|
19
|
+
</ImpNote>
|
|
20
|
+
<Reference>2.16.9.2</Reference>
|
|
21
|
+
<DataValues ExValue="^~\&" />
|
|
22
|
+
</Field>
|
|
23
|
+
<Field Name="Sending Application" Usage="R" Min="1" Max="1" Datatype="HD" Length="180" Table="0361" ItemNo="00003">
|
|
24
|
+
<Reference>2.16.9.3</Reference>
|
|
25
|
+
<Component Name="namespace ID" Usage="R" Datatype="IS" Length="20" Table="0363">
|
|
26
|
+
<ImpNote>"IIV VISTA" hardcoded value
|
|
27
|
+
</ImpNote>
|
|
28
|
+
</Component>
|
|
29
|
+
<Component Name="universal ID" Usage="X" Datatype="ST">
|
|
30
|
+
</Component>
|
|
31
|
+
<Component Name="universal ID type" Usage="X" Datatype="ID" Table="0301">
|
|
32
|
+
</Component>
|
|
33
|
+
</Field>
|
|
34
|
+
<Field Name="Sending Facility" Usage="R" Min="1" Max="1" Datatype="HD" Length="180" Table="0362" ItemNo="00004">
|
|
35
|
+
<Reference>2.16.9.4</Reference>
|
|
36
|
+
<Component Name="namespace ID" Usage="R" Datatype="IS" Length="3" Table="0363">
|
|
37
|
+
<ImpNote>VistA site assigned station number.
|
|
38
|
+
(example value "509" without the
|
|
39
|
+
quotes)
|
|
40
|
+
</ImpNote>
|
|
41
|
+
<Reference>869.3, .04-Institution</Reference>
|
|
42
|
+
</Component>
|
|
43
|
+
<Component Name="universal ID" Usage="R" Datatype="ST" Length="64">
|
|
44
|
+
<ImpNote>The VistA site DNS Name
|
|
45
|
+
</ImpNote>
|
|
46
|
+
<Reference>869.3, .02-Domain</Reference>
|
|
47
|
+
<DataValues ExValue="AUGUSTA.MED.VA.GOV" />
|
|
48
|
+
</Component>
|
|
49
|
+
<Component Name="universal ID type" Usage="R" Datatype="ID" Length="3" Table="0301" ConstantValue="DNS">
|
|
50
|
+
<ImpNote>"DNS"
|
|
51
|
+
</ImpNote>
|
|
52
|
+
<DataValues ExValue="DNS" />
|
|
53
|
+
</Component>
|
|
54
|
+
</Field>
|
|
55
|
+
<Field Name="Receiving Application" Usage="R" Min="1" Max="1" Datatype="HD" Length="180" Table="0361" ItemNo="00005">
|
|
56
|
+
<Reference>2.16.9.5</Reference>
|
|
57
|
+
<Component Name="namespace ID" Usage="R" Datatype="IS" Length="20" Table="0363">
|
|
58
|
+
<ImpNote>"IIV EC" hardcoded value
|
|
59
|
+
</ImpNote>
|
|
60
|
+
</Component>
|
|
61
|
+
<Component Name="universal ID" Usage="X" Datatype="ST">
|
|
62
|
+
</Component>
|
|
63
|
+
<Component Name="universal ID type" Usage="X" Datatype="ID" Table="0301">
|
|
64
|
+
</Component>
|
|
65
|
+
</Field>
|
|
66
|
+
<Field Name="Receiving Facility" Usage="R" Min="1" Max="1" Datatype="HD" Length="180" Table="0362" ItemNo="00006">
|
|
67
|
+
<Reference>2.16.9.6</Reference>
|
|
68
|
+
<Component Name="namespace ID" Usage="X" Datatype="IS" Table="0362">
|
|
69
|
+
<Reference>870,.02-Institution</Reference>
|
|
70
|
+
</Component>
|
|
71
|
+
<Component Name="universal ID" Usage="R" Datatype="ST" Length="64">
|
|
72
|
+
<ImpNote>Receiving Facility domain name, varies
|
|
73
|
+
between production and test
|
|
74
|
+
messages.
|
|
75
|
+
</ImpNote>
|
|
76
|
+
<Reference>870,.03-Domain</Reference>
|
|
77
|
+
<DataValues ExValue="IIV.VITRIA-EDI.AAC.VA.GOV" />
|
|
78
|
+
</Component>
|
|
79
|
+
<Component Name="universal ID type" Usage="R" Datatype="ID" Length="3" Table="0301" ConstantValue="DNS">
|
|
80
|
+
<ImpNote>"DNS"
|
|
81
|
+
</ImpNote>
|
|
82
|
+
<DataValues ExValue="DNS" />
|
|
83
|
+
</Component>
|
|
84
|
+
</Field>
|
|
85
|
+
<Field Name="Date/Time Of Message" Usage="R" Min="1" Max="1" Datatype="TS" Length="26" ItemNo="00007">
|
|
86
|
+
<Reference>2.16.9.7</Reference>
|
|
87
|
+
<Component Name="Date/Time" Usage="R" Datatype="NM" Length="20">
|
|
88
|
+
<ImpNote>Date/Time the message was created.
|
|
89
|
+
</ImpNote>
|
|
90
|
+
<DataValues ExValue="20030620102353-0400" />
|
|
91
|
+
</Component>
|
|
92
|
+
<Component Name="degree of precision" Usage="X" Datatype="ST">
|
|
93
|
+
</Component>
|
|
94
|
+
</Field>
|
|
95
|
+
<Field Name="Security" Usage="X" Min="0" Max="*" Datatype="ST" Length="40" ItemNo="00008">
|
|
96
|
+
<Reference>2.16.9.8</Reference>
|
|
97
|
+
</Field>
|
|
98
|
+
<Field Name="Message Type" Usage="R" Min="1" Max="1" Datatype="CM_MSG" Length="15" Table="0076" ItemNo="00009">
|
|
99
|
+
<Reference>2.16.9.9</Reference>
|
|
100
|
+
<Component Name="message type" Usage="R" Datatype="ID" Length="3" Table="0076" ConstantValue="MFN">
|
|
101
|
+
<ImpNote>"MFN"
|
|
102
|
+
</ImpNote>
|
|
103
|
+
<DataValues ExValue="MFN" />
|
|
104
|
+
</Component>
|
|
105
|
+
<Component Name="trigger event" Usage="R" Datatype="ID" Length="3" Table="0003" ConstantValue="M01">
|
|
106
|
+
<ImpNote>"M01"
|
|
107
|
+
</ImpNote>
|
|
108
|
+
<DataValues ExValue="X01" />
|
|
109
|
+
</Component>
|
|
110
|
+
<Component Name="message structure" Usage="X" Datatype="ID" Table="0354">
|
|
111
|
+
</Component>
|
|
112
|
+
</Field>
|
|
113
|
+
<Field Name="Message Control ID" Usage="R" Min="1" Max="1" Datatype="ST" Length="20" ItemNo="00010">
|
|
114
|
+
<ImpNote>Unique number generated by VistA's
|
|
115
|
+
HL7
|
|
116
|
+
package.
|
|
117
|
+
</ImpNote>
|
|
118
|
+
<Reference>2.16.9.10</Reference>
|
|
119
|
+
<DataValues ExValue="50914" />
|
|
120
|
+
</Field>
|
|
121
|
+
<Field Name="Processing ID" Usage="R" Min="1" Max="1" Datatype="PT" Length="3" ItemNo="00011">
|
|
122
|
+
<Reference>2.16.9.11</Reference>
|
|
123
|
+
<Component Name="processing ID" Usage="R" Datatype="ID" Length="3" Table="0103">
|
|
124
|
+
<ImpNote>P - Production
|
|
125
|
+
T - Test
|
|
126
|
+
</ImpNote>
|
|
127
|
+
<DataValues ExValue="T" />
|
|
128
|
+
</Component>
|
|
129
|
+
<Component Name="processing mode" Usage="X" Datatype="ID" Table="0207">
|
|
130
|
+
</Component>
|
|
131
|
+
</Field>
|
|
132
|
+
<Field Name="Version ID" Usage="R" Min="1" Max="1" Datatype="VID" Length="60" Table="0104" ItemNo="00012">
|
|
133
|
+
<Reference>2.16.9.12</Reference>
|
|
134
|
+
<Component Name="version ID" Usage="R" Datatype="ID" Length="3" Table="0104" ConstantValue="2.4">
|
|
135
|
+
<ImpNote>Will always be 2.4
|
|
136
|
+
</ImpNote>
|
|
137
|
+
<DataValues ExValue="2.4" />
|
|
138
|
+
</Component>
|
|
139
|
+
<Component Name="internationalization code" Usage="X" Datatype="CE">
|
|
140
|
+
<SubComponent Name="identifier" Usage="X" Datatype="ST">
|
|
141
|
+
</SubComponent>
|
|
142
|
+
<SubComponent Name="text" Usage="X" Datatype="ST">
|
|
143
|
+
</SubComponent>
|
|
144
|
+
<SubComponent Name="name of coding system" Usage="X" Datatype="IS" Table="0396">
|
|
145
|
+
</SubComponent>
|
|
146
|
+
<SubComponent Name="alternate identifier" Usage="X" Datatype="ST">
|
|
147
|
+
</SubComponent>
|
|
148
|
+
<SubComponent Name="alternate text" Usage="X" Datatype="ST">
|
|
149
|
+
</SubComponent>
|
|
150
|
+
<SubComponent Name="name of alternate coding system" Usage="X" Datatype="IS" Table="0396">
|
|
151
|
+
</SubComponent>
|
|
152
|
+
</Component>
|
|
153
|
+
<Component Name="international version ID" Usage="X" Datatype="CE">
|
|
154
|
+
<SubComponent Name="identifier" Usage="X" Datatype="ST">
|
|
155
|
+
</SubComponent>
|
|
156
|
+
<SubComponent Name="text" Usage="X" Datatype="ST">
|
|
157
|
+
</SubComponent>
|
|
158
|
+
<SubComponent Name="name of coding system" Usage="X" Datatype="IS" Table="0396">
|
|
159
|
+
</SubComponent>
|
|
160
|
+
<SubComponent Name="alternate identifier" Usage="X" Datatype="ST">
|
|
161
|
+
</SubComponent>
|
|
162
|
+
<SubComponent Name="alternate text" Usage="X" Datatype="ST">
|
|
163
|
+
</SubComponent>
|
|
164
|
+
<SubComponent Name="name of alternate coding system" Usage="X" Datatype="IS" Table="0396">
|
|
165
|
+
</SubComponent>
|
|
166
|
+
</Component>
|
|
167
|
+
</Field>
|
|
168
|
+
<Field Name="Sequence Number" Usage="X" Min="0" Max="*" Datatype="NM" Length="15" ItemNo="00013">
|
|
169
|
+
<Reference>2.16.9.13</Reference>
|
|
170
|
+
</Field>
|
|
171
|
+
<Field Name="Continuation Pointer" Usage="X" Min="0" Max="*" Datatype="ST" Length="180" ItemNo="00014">
|
|
172
|
+
<Reference>2.16.9.14</Reference>
|
|
173
|
+
</Field>
|
|
174
|
+
<Field Name="Accept Acknowledgment Type" Usage="R" Min="1" Max="1" Datatype="ID" Length="2" Table="0155" ConstantValue="AL" ItemNo="00015">
|
|
175
|
+
<ImpNote>"AL" = Always
|
|
176
|
+
</ImpNote>
|
|
177
|
+
<Reference>2.16.9.15</Reference>
|
|
178
|
+
<DataValues ExValue="AL" />
|
|
179
|
+
</Field>
|
|
180
|
+
<Field Name="Application Acknowledgment Type" Usage="R" Min="1" Max="1" Datatype="ID" Length="2" Table="0155" ConstantValue="AL" ItemNo="00016">
|
|
181
|
+
<ImpNote>"AL" = Always
|
|
182
|
+
</ImpNote>
|
|
183
|
+
<Reference>2.16.9.16</Reference>
|
|
184
|
+
<DataValues ExValue="AL" />
|
|
185
|
+
</Field>
|
|
186
|
+
<Field Name="Country Code" Usage="R" Min="1" Max="1" Datatype="ID" Length="3" Table="0399" ConstantValue="USA" ItemNo="00017">
|
|
187
|
+
<ImpNote>"USA"
|
|
188
|
+
</ImpNote>
|
|
189
|
+
<Reference>2.16.9.17</Reference>
|
|
190
|
+
<DataValues ExValue="USA" />
|
|
191
|
+
</Field>
|
|
192
|
+
<Field Name="Character Set" Usage="X" Min="0" Max="*" Datatype="ID" Length="16" Table="0211" ItemNo="00692">
|
|
193
|
+
<Reference>2.16.9.18</Reference>
|
|
194
|
+
</Field>
|
|
195
|
+
<Field Name="Principal Language Of Message" Usage="X" Min="0" Max="*" Datatype="CE" Length="250" ItemNo="00693">
|
|
196
|
+
<Reference>2.16.9.19</Reference>
|
|
197
|
+
<Component Name="identifier" Usage="X" Datatype="ST">
|
|
198
|
+
</Component>
|
|
199
|
+
<Component Name="text" Usage="X" Datatype="ST">
|
|
200
|
+
</Component>
|
|
201
|
+
<Component Name="name of coding system" Usage="X" Datatype="IS" Table="0396">
|
|
202
|
+
</Component>
|
|
203
|
+
<Component Name="alternate identifier" Usage="X" Datatype="ST">
|
|
204
|
+
</Component>
|
|
205
|
+
<Component Name="alternate text" Usage="X" Datatype="ST">
|
|
206
|
+
</Component>
|
|
207
|
+
<Component Name="name of alternate coding system" Usage="X" Datatype="IS" Table="0396">
|
|
208
|
+
</Component>
|
|
209
|
+
</Field>
|
|
210
|
+
<Field Name="Alternate Character Set Handling Scheme" Usage="X" Min="0" Max="*" Datatype="ID" Length="20" Table="0356" ItemNo="01317">
|
|
211
|
+
<Reference>2.16.9.20</Reference>
|
|
212
|
+
</Field>
|
|
213
|
+
<Field Name="Conformance Statement ID" Usage="X" Min="0" Max="*" Datatype="ID" Length="10" Table="0449" ItemNo="01598">
|
|
214
|
+
<Reference>2.16.9.21</Reference>
|
|
215
|
+
</Field>
|
|
216
|
+
</Segment>
|
|
217
|
+
<Segment Name="MFI" LongName="Master File Identification" Usage="R" Min="1" Max="1">
|
|
218
|
+
<Field Name="Master File Identifier" Usage="R" Min="1" Max="1" Datatype="CE" Length="250" Table="0175" ItemNo="00658">
|
|
219
|
+
<Reference>8.5.1.1</Reference>
|
|
220
|
+
<Component Name="identifier" Usage="R" Datatype="ST" Length="14" Table="0175" ConstantValue="Facility Table">
|
|
221
|
+
<ImpNote>A successful registration request will
|
|
222
|
+
update the 'Facility' table information on
|
|
223
|
+
the FSC - Vitria side (receiving).
|
|
224
|
+
|
|
225
|
+
"Facility Table"
|
|
226
|
+
</ImpNote>
|
|
227
|
+
<DataValues ExValue="Facility Table" />
|
|
228
|
+
</Component>
|
|
229
|
+
<Component Name="text" Usage="X" Datatype="ST">
|
|
230
|
+
</Component>
|
|
231
|
+
<Component Name="name of coding system" Usage="X" Datatype="IS" Table="0396">
|
|
232
|
+
</Component>
|
|
233
|
+
<Component Name="alternate identifier" Usage="X" Datatype="ST">
|
|
234
|
+
</Component>
|
|
235
|
+
<Component Name="alternate text" Usage="X" Datatype="ST">
|
|
236
|
+
</Component>
|
|
237
|
+
<Component Name="name of alternate coding system" Usage="X" Datatype="IS" Table="0396">
|
|
238
|
+
</Component>
|
|
239
|
+
</Field>
|
|
240
|
+
<Field Name="Master File Application Identifier" Usage="X" Min="0" Max="*" Datatype="HD" Length="180" ItemNo="00659">
|
|
241
|
+
<Reference>8.5.1.2</Reference>
|
|
242
|
+
<Component Name="namespace ID" Usage="X" Datatype="IS" Table="0363">
|
|
243
|
+
</Component>
|
|
244
|
+
<Component Name="universal ID" Usage="X" Datatype="ST">
|
|
245
|
+
</Component>
|
|
246
|
+
<Component Name="universal ID type" Usage="X" Datatype="ID" Table="0301">
|
|
247
|
+
</Component>
|
|
248
|
+
</Field>
|
|
249
|
+
<Field Name="File-Level Event Code" Usage="R" Min="1" Max="1" Datatype="ID" Length="3" Table="0178" ConstantValue="UPD" ItemNo="00660">
|
|
250
|
+
<ImpNote>Change file records as indicated in the
|
|
251
|
+
record-level event codes for each record
|
|
252
|
+
that follows.
|
|
253
|
+
|
|
254
|
+
"UPD" = Update
|
|
255
|
+
</ImpNote>
|
|
256
|
+
<Reference>8.5.1.3</Reference>
|
|
257
|
+
<DataValues ExValue="UPD" />
|
|
258
|
+
</Field>
|
|
259
|
+
<Field Name="Entered Date/Time" Usage="R" Min="1" Max="1" Datatype="TS" Length="26" ItemNo="00661">
|
|
260
|
+
<Reference>8.5.1.4</Reference>
|
|
261
|
+
<Component Name="Date/Time" Usage="R" Datatype="NM" Length="8">
|
|
262
|
+
<ImpNote>Current date when the message was
|
|
263
|
+
generated.
|
|
264
|
+
|
|
265
|
+
Current system date - YYYYMMDD
|
|
266
|
+
</ImpNote>
|
|
267
|
+
<DataValues ExValue="20030620" />
|
|
268
|
+
</Component>
|
|
269
|
+
<Component Name="degree of precision" Usage="X" Datatype="ST">
|
|
270
|
+
</Component>
|
|
271
|
+
</Field>
|
|
272
|
+
<Field Name="Effective Date/Time" Usage="R" Min="1" Max="1" Datatype="TS" Length="26" ItemNo="00662">
|
|
273
|
+
<Reference>8.5.2.3</Reference>
|
|
274
|
+
<Component Name="Date/Time" Usage="R" Datatype="NM" Length="8">
|
|
275
|
+
<ImpNote>Current system date when the message
|
|
276
|
+
was generated.
|
|
277
|
+
|
|
278
|
+
YYYYMMDD
|
|
279
|
+
</ImpNote>
|
|
280
|
+
<DataValues ExValue="20030620" />
|
|
281
|
+
</Component>
|
|
282
|
+
<Component Name="degree of precision" Usage="X" Datatype="ST">
|
|
283
|
+
</Component>
|
|
284
|
+
</Field>
|
|
285
|
+
<Field Name="Response Level Code" Usage="R" Min="1" Max="1" Datatype="ID" Length="2" Table="0179" ConstantValue="NE" ItemNo="00663">
|
|
286
|
+
<ImpNote>FSC does not send an MFA segment
|
|
287
|
+
back
|
|
288
|
+
to VistA and does not echo submitted
|
|
289
|
+
values. This value will always be "NE"
|
|
290
|
+
=
|
|
291
|
+
Never.
|
|
292
|
+
</ImpNote>
|
|
293
|
+
<Reference>8.5.1.6</Reference>
|
|
294
|
+
<DataValues ExValue="NE" />
|
|
295
|
+
</Field>
|
|
296
|
+
</Segment>
|
|
297
|
+
<SegGroup Name="g1R" LongName="g1R" Usage="R" Min="1" Max="*">
|
|
298
|
+
<Segment Name="MFE" LongName="Master File Entry" Usage="R" Min="1" Max="1">
|
|
299
|
+
<Field Name="Record-Level Event Code" Usage="R" Min="1" Max="1" Datatype="ID" Length="3" Table="0180" ItemNo="00664">
|
|
300
|
+
<ImpNote>MUP = Update record for master file
|
|
301
|
+
MDC = Deactivate: discontinue using
|
|
302
|
+
record in the master file, but do not
|
|
303
|
+
delete
|
|
304
|
+
from database
|
|
305
|
+
MAD = Add record to master file.
|
|
306
|
+
</ImpNote>
|
|
307
|
+
<Reference>8.5.3.1</Reference>
|
|
308
|
+
<DataValues ExValue="MUP" />
|
|
309
|
+
</Field>
|
|
310
|
+
<Field Name="MFN Control ID" Usage="X" Min="0" Max="*" Datatype="ST" Length="20" ItemNo="00665">
|
|
311
|
+
<Reference>8.5.3.2</Reference>
|
|
312
|
+
</Field>
|
|
313
|
+
<Field Name="Effective Date/Time" Usage="R" Min="1" Max="1" Datatype="TS" Length="26" ItemNo="00662">
|
|
314
|
+
<Reference>8.5.2.3</Reference>
|
|
315
|
+
<Component Name="Date/Time" Usage="R" Datatype="NM" Length="8">
|
|
316
|
+
<ImpNote>The current system date when local
|
|
317
|
+
VistA generated the message.
|
|
318
|
+
</ImpNote>
|
|
319
|
+
<DataValues ExValue="20030620" />
|
|
320
|
+
</Component>
|
|
321
|
+
<Component Name="degree of precision" Usage="X" Datatype="ST">
|
|
322
|
+
</Component>
|
|
323
|
+
</Field>
|
|
324
|
+
<Field Name="Primary Key Value - MFE" Usage="R" Min="1" Max="1" Datatype="CE" Length="3">
|
|
325
|
+
<ImpNote>The data type of the field to be changed
|
|
326
|
+
is defined by the record level event
|
|
327
|
+
code
|
|
328
|
+
in MFE-5.
|
|
329
|
+
</ImpNote>
|
|
330
|
+
<Reference>8.5.2.4</Reference>
|
|
331
|
+
<Component Name="identifier" Usage="R" Datatype="ST" Length="3">
|
|
332
|
+
<ImpNote>The VistA Site station ID Number
|
|
333
|
+
</ImpNote>
|
|
334
|
+
<Reference>8.5.2.4</Reference>
|
|
335
|
+
<DataValues ExValue="509" />
|
|
336
|
+
</Component>
|
|
337
|
+
<Component Name="text" Usage="X" Datatype="ST">
|
|
338
|
+
</Component>
|
|
339
|
+
<Component Name="name of coding system" Usage="X" Datatype="IS" Table="0396">
|
|
340
|
+
</Component>
|
|
341
|
+
<Component Name="alternate identifier" Usage="X" Datatype="ST">
|
|
342
|
+
</Component>
|
|
343
|
+
<Component Name="alternate text" Usage="X" Datatype="ST">
|
|
344
|
+
</Component>
|
|
345
|
+
<Component Name="name of alternate coding system" Usage="X" Datatype="IS" Table="0396">
|
|
346
|
+
</Component>
|
|
347
|
+
</Field>
|
|
348
|
+
<Field Name="Primary Key Value Type" Usage="R" Min="1" Max="*" Datatype="ID" Length="2" Table="0355" ConstantValue="CE" ItemNo="01319">
|
|
349
|
+
<ImpNote>Will always be "CE"
|
|
350
|
+
</ImpNote>
|
|
351
|
+
<Reference>8.5.2.5</Reference>
|
|
352
|
+
<DataValues ExValue="CE" />
|
|
353
|
+
</Field>
|
|
354
|
+
</Segment>
|
|
355
|
+
<Segment Name="ZRR" LongName="IB eIV Registration Request" Usage="R" Min="1" Max="1">
|
|
356
|
+
<Field Name="Set ID" Usage="R" Min="1" Max="1" Datatype="SI" Length="1">
|
|
357
|
+
<ImpNote>"1"
|
|
358
|
+
</ImpNote>
|
|
359
|
+
<DataValues ExValue="1" />
|
|
360
|
+
</Field>
|
|
361
|
+
<Field Name="Federal Tax Number" Usage="R" Min="1" Max="1" Datatype="NM" Length="9">
|
|
362
|
+
<ImpNote>The unique 9-digit Federal Tax Number
|
|
363
|
+
of
|
|
364
|
+
the VISTA facility. This element carries
|
|
365
|
+
only numeric characters, the digits
|
|
366
|
+
from
|
|
367
|
+
'0'
|
|
368
|
+
to '9'.
|
|
369
|
+
</ImpNote>
|
|
370
|
+
<Reference>VISTA: 350.9, 1.05 FEDERAL TAX NUMBER</Reference>
|
|
371
|
+
<DataValues ExValue="101100001" />
|
|
372
|
+
</Field>
|
|
373
|
+
<Field Name="Internet address" Usage="X" Min="0" Max="*" Datatype="HD">
|
|
374
|
+
<Component Name="namespace ID" Usage="X" Datatype="IS">
|
|
375
|
+
</Component>
|
|
376
|
+
<Component Name="universal ID" Usage="X" Datatype="ST">
|
|
377
|
+
</Component>
|
|
378
|
+
<Component Name="universal ID type" Usage="X" Datatype="ID" Table="0301">
|
|
379
|
+
</Component>
|
|
380
|
+
</Field>
|
|
381
|
+
<Field Name="Contact" Usage="X" Min="0" Max="*" Datatype="XPN">
|
|
382
|
+
<ImpNote>The person at the VistA site that the
|
|
383
|
+
EC
|
|
384
|
+
monitoring personnel can contact in
|
|
385
|
+
case
|
|
386
|
+
of connection problems.
|
|
387
|
+
</ImpNote>
|
|
388
|
+
<Component Name="family name" Usage="X" Datatype="FN">
|
|
389
|
+
<SubComponent Name="surname" Usage="X" Datatype="ST">
|
|
390
|
+
<ImpNote>The site registration contact name
|
|
391
|
+
</ImpNote>
|
|
392
|
+
<DataValues ExValue="Doe" />
|
|
393
|
+
</SubComponent>
|
|
394
|
+
<SubComponent Name="own surname prefix" Usage="X" Datatype="ST">
|
|
395
|
+
</SubComponent>
|
|
396
|
+
<SubComponent Name="own surname" Usage="X" Datatype="ST">
|
|
397
|
+
</SubComponent>
|
|
398
|
+
<SubComponent Name="surname prefix from partner/spouse" Usage="X" Datatype="ST">
|
|
399
|
+
</SubComponent>
|
|
400
|
+
<SubComponent Name="surname from partner/spouse" Usage="X" Datatype="ST">
|
|
401
|
+
</SubComponent>
|
|
402
|
+
</Component>
|
|
403
|
+
<Component Name="given name" Usage="X" Datatype="ST">
|
|
404
|
+
<ImpNote>First name of contact person
|
|
405
|
+
</ImpNote>
|
|
406
|
+
<DataValues ExValue="John" />
|
|
407
|
+
</Component>
|
|
408
|
+
<Component Name="second and further given names or initials thereof" Usage="X" Datatype="ST">
|
|
409
|
+
<ImpNote>Site registration contact name
|
|
410
|
+
</ImpNote>
|
|
411
|
+
<DataValues ExValue="P" />
|
|
412
|
+
</Component>
|
|
413
|
+
<Component Name="suffix (e.g., JR or III)" Usage="X" Datatype="ST">
|
|
414
|
+
<ImpNote>Site contact person
|
|
415
|
+
</ImpNote>
|
|
416
|
+
<DataValues ExValue="Jr" />
|
|
417
|
+
</Component>
|
|
418
|
+
<Component Name="prefix (e.g., DR)" Usage="X" Datatype="ST">
|
|
419
|
+
<ImpNote>Contact Person
|
|
420
|
+
</ImpNote>
|
|
421
|
+
<DataValues ExValue="DR" />
|
|
422
|
+
</Component>
|
|
423
|
+
<Component Name="degree (e.g., MD)" Usage="X" Datatype="IS" Table="0360">
|
|
424
|
+
<ImpNote>contact person
|
|
425
|
+
</ImpNote>
|
|
426
|
+
<DataValues ExValue="MD" />
|
|
427
|
+
</Component>
|
|
428
|
+
<Component Name="name type code" Usage="X" Datatype="ID" Table="0200">
|
|
429
|
+
</Component>
|
|
430
|
+
<Component Name="Name Representation code" Usage="X" Datatype="ID" Table="0465">
|
|
431
|
+
</Component>
|
|
432
|
+
<Component Name="name context" Usage="X" Datatype="CE" Table="0448">
|
|
433
|
+
<SubComponent Name="identifier" Usage="X" Datatype="ST" Table="0448">
|
|
434
|
+
</SubComponent>
|
|
435
|
+
<SubComponent Name="text" Usage="X" Datatype="ST" Length="3">
|
|
436
|
+
</SubComponent>
|
|
437
|
+
<SubComponent Name="name of coding system" Usage="X" Datatype="IS" Length="3" Table="0396">
|
|
438
|
+
</SubComponent>
|
|
439
|
+
<SubComponent Name="alternate identifier" Usage="X" Datatype="ST" Length="3">
|
|
440
|
+
</SubComponent>
|
|
441
|
+
<SubComponent Name="alternate text" Usage="X" Datatype="ST" Length="3">
|
|
442
|
+
</SubComponent>
|
|
443
|
+
<SubComponent Name="name of alternate coding system" Usage="X" Datatype="IS" Length="3" Table="0396">
|
|
444
|
+
</SubComponent>
|
|
445
|
+
</Component>
|
|
446
|
+
<Component Name="name validity range" Usage="X" Datatype="DR">
|
|
447
|
+
<SubComponent Name="range start date/time" Usage="X" Datatype="TS" Length="3">
|
|
448
|
+
</SubComponent>
|
|
449
|
+
<SubComponent Name="range end date/time" Usage="X" Datatype="TS" Length="3">
|
|
450
|
+
</SubComponent>
|
|
451
|
+
</Component>
|
|
452
|
+
<Component Name="name assembly order" Usage="X" Datatype="ID" Table="0444">
|
|
453
|
+
</Component>
|
|
454
|
+
</Field>
|
|
455
|
+
<Field Name="Contact Phone" Usage="X" Min="0" Max="*" Datatype="XTN">
|
|
456
|
+
<ImpNote>Use for contact phone and Email
|
|
457
|
+
</ImpNote>
|
|
458
|
+
<Component Name="Phone number" Usage="X" Datatype="TN">
|
|
459
|
+
<ImpNote>Contact phone number. Format is
|
|
460
|
+
same
|
|
461
|
+
as the field name.
|
|
462
|
+
</ImpNote>
|
|
463
|
+
<Reference>VISTA: 200, .132 OFFICE PHONE</Reference>
|
|
464
|
+
<DataValues ExValue="(518) 749-0693" />
|
|
465
|
+
</Component>
|
|
466
|
+
<Component Name="telecommunication use code" Usage="X" Datatype="ID" Table="0201">
|
|
467
|
+
</Component>
|
|
468
|
+
<Component Name="telecommunication equipment type (ID)" Usage="X" Datatype="ID" Table="0202">
|
|
469
|
+
</Component>
|
|
470
|
+
<Component Name="Email address" Usage="X" Datatype="ST">
|
|
471
|
+
<ImpNote>Contact e-mail address.
|
|
472
|
+
</ImpNote>
|
|
473
|
+
<Reference>VISTA: 200, .151 EMAIL ADDRESS</Reference>
|
|
474
|
+
<DataValues ExValue="john.doe@med.va.gov" />
|
|
475
|
+
</Component>
|
|
476
|
+
<Component Name="Country Code" Usage="X" Datatype="NM">
|
|
477
|
+
</Component>
|
|
478
|
+
<Component Name="Area/city code" Usage="X" Datatype="NM">
|
|
479
|
+
</Component>
|
|
480
|
+
<Component Name="Phone number" Usage="X" Datatype="NM">
|
|
481
|
+
</Component>
|
|
482
|
+
<Component Name="Extension" Usage="X" Datatype="NM">
|
|
483
|
+
</Component>
|
|
484
|
+
<Component Name="any text" Usage="X" Datatype="ST">
|
|
485
|
+
</Component>
|
|
486
|
+
</Field>
|
|
487
|
+
<Field Name="Freshness days" Usage="R" Min="1" Max="1" Datatype="NM" Length="3">
|
|
488
|
+
<ImpNote>This field is the number of days that the
|
|
489
|
+
facility has chosen to indicate how long
|
|
490
|
+
a
|
|
491
|
+
record can be maintained before it is no
|
|
492
|
+
longer current.
|
|
493
|
+
</ImpNote>
|
|
494
|
+
<Reference>VISTA: 350.9, 51.01 FRESHNESS DAYS</Reference>
|
|
495
|
+
<DataValues ExValue="180" />
|
|
496
|
+
</Field>
|
|
497
|
+
<Field Name="Processing Mode" Usage="R" Min="1" Max="1" Datatype="TX" Length="1">
|
|
498
|
+
<ImpNote>Indicates if EC should transmit
|
|
499
|
+
immediately or in batch mode. Values
|
|
500
|
+
are
|
|
501
|
+
"I" for Immediate or "B" for Batch.
|
|
502
|
+
</ImpNote>
|
|
503
|
+
<DataValues ExValue="I" />
|
|
504
|
+
</Field>
|
|
505
|
+
<Field Name="Batch Processing Times" Usage="C" Min="0" Max="1" Datatype="DR" Length="31">
|
|
506
|
+
<Predicate>This element is always populated only
|
|
507
|
+
if ZRR.7 has a value of "B", indicating
|
|
508
|
+
batch processing is to occur. It is
|
|
509
|
+
never populated if the value of ZRR.7 is
|
|
510
|
+
"I".</Predicate>
|
|
511
|
+
<Component Name="range start date/time" Usage="R" Datatype="TS" Length="4">
|
|
512
|
+
<SubComponent Name="Date/Time" Usage="R" Datatype="NM" Length="4">
|
|
513
|
+
<ImpNote>HHMM
|
|
514
|
+
</ImpNote>
|
|
515
|
+
<DataValues ExValue="0700" />
|
|
516
|
+
</SubComponent>
|
|
517
|
+
<SubComponent Name="degree of precision" Usage="X" Datatype="ST">
|
|
518
|
+
<ImpNote>Retained for backward compatibility
|
|
519
|
+
only
|
|
520
|
+
</ImpNote>
|
|
521
|
+
</SubComponent>
|
|
522
|
+
</Component>
|
|
523
|
+
<Component Name="range end date/time" Usage="R" Datatype="TS" Length="26">
|
|
524
|
+
<SubComponent Name="Date/Time" Usage="R" Datatype="NM" Length="4">
|
|
525
|
+
<ImpNote>HHMM
|
|
526
|
+
</ImpNote>
|
|
527
|
+
<DataValues ExValue="2300" />
|
|
528
|
+
</SubComponent>
|
|
529
|
+
<SubComponent Name="degree of precision" Usage="X" Datatype="ST">
|
|
530
|
+
<ImpNote>Retained for backward compatibility
|
|
531
|
+
only
|
|
532
|
+
</ImpNote>
|
|
533
|
+
</SubComponent>
|
|
534
|
+
</Component>
|
|
535
|
+
</Field>
|
|
536
|
+
<Field Name="Check Inactive Insurance" Usage="RE" Min="0" Max="1" Datatype="ID" Length="1" Table="0136">
|
|
537
|
+
<ImpNote>Tells FSC if the VistA site is checking
|
|
538
|
+
inactive insurance policies. (Y/N)
|
|
539
|
+
</ImpNote>
|
|
540
|
+
<Reference>VISTA: 350.9, 51.08 INQUIRE INACTIVE INSURANCE</Reference>
|
|
541
|
+
<DataValues ExValue="N" />
|
|
542
|
+
</Field>
|
|
543
|
+
<Field Name="Interface Version" Usage="R" Min="1" Max="1" Datatype="NM" Length="2">
|
|
544
|
+
<ImpNote>This value is hard-coded in the Vista
|
|
545
|
+
software to correspond to an arbitrary
|
|
546
|
+
version numbering system based on
|
|
547
|
+
the
|
|
548
|
+
revision status of the IIV software on
|
|
549
|
+
Vista. This is provided to assist the
|
|
550
|
+
Vitria
|
|
551
|
+
side of the interface with processing
|
|
552
|
+
the
|
|
553
|
+
reg messages properly.
|
|
554
|
+
</ImpNote>
|
|
555
|
+
<DataValues ExValue="7" />
|
|
556
|
+
</Field>
|
|
557
|
+
</Segment>
|
|
558
|
+
</SegGroup>
|
|
559
|
+
<Segment Name="NTE" LongName="Notes and Comments" Usage="R" Min="1" Max="1">
|
|
560
|
+
<Field Name="Set ID - NTE" Usage="R" Min="1" Max="1" Datatype="SI" Length="1" ConstantValue="1" ItemNo="00096">
|
|
561
|
+
<ImpNote>"1"
|
|
562
|
+
</ImpNote>
|
|
563
|
+
<Reference>2.16.10.1</Reference>
|
|
564
|
+
<DataValues ExValue="1" />
|
|
565
|
+
</Field>
|
|
566
|
+
<Field Name="Source of Comment" Usage="X" Min="0" Max="*" Datatype="ID" Length="8" Table="0105" ItemNo="00097">
|
|
567
|
+
<Reference>2.16.10.2</Reference>
|
|
568
|
+
</Field>
|
|
569
|
+
<Field Name="Comment" Usage="R" Min="1" Max="1" Datatype="FT" Length="75">
|
|
570
|
+
<ImpNote>This data element will be repeated 24
|
|
571
|
+
times. Holds statistical data:
|
|
572
|
+
|
|
573
|
+
Rep. 1 - Peristence Flag (Y or N)
|
|
574
|
+
Rep. 2 - Number of patients with
|
|
575
|
+
potential
|
|
576
|
+
secondary/tertiary insurance as
|
|
577
|
+
identified
|
|
578
|
+
by Medicare.
|
|
579
|
+
Rep. 3 - Number of automatically
|
|
580
|
+
updated
|
|
581
|
+
patient insurance records.
|
|
582
|
+
Rep. 4 - Number of 270 inquiries
|
|
583
|
+
pending
|
|
584
|
+
receipt of 271 responses.
|
|
585
|
+
Rep. 5 - Number of queued 270
|
|
586
|
+
inquiries.
|
|
587
|
+
Rep. 6 - Number of deferred 270
|
|
588
|
+
inquiries.
|
|
589
|
+
Rep. 7 - Number of insurance
|
|
590
|
+
companies
|
|
591
|
+
with no National ID.
|
|
592
|
+
Rep. 8 - Number of locally disabled
|
|
593
|
+
payers.
|
|
594
|
+
Rep. 9 - Number of verified buffer
|
|
595
|
+
entries.
|
|
596
|
+
Rep. 10 - Number of buffer entries
|
|
597
|
+
indicated as having Active insurance.
|
|
598
|
+
Rep. 11 - Number of buffer entries
|
|
599
|
+
indicated as having Inactive insurance.
|
|
600
|
+
Rep. 12 - Number of buffer entries
|
|
601
|
+
indicated as Policy Status
|
|
602
|
+
Undetermined.
|
|
603
|
+
Rep. 13 - Number of buffer entries
|
|
604
|
+
indicated as requiring correction before
|
|
605
|
+
270 can be sent.
|
|
606
|
+
Rep. 14 - Number of buffer entries
|
|
607
|
+
awaiting processing.
|
|
608
|
+
Rep. 15 - Number of buffer entries
|
|
609
|
+
indicated as waiting for a 271
|
|
610
|
+
response.
|
|
611
|
+
Rep. 16 - Number of buffer entries
|
|
612
|
+
entered by manual process with no
|
|
613
|
+
further processing.
|
|
614
|
+
Rep. 17 - Number of unlinked insurance
|
|
615
|
+
companies.
|
|
616
|
+
Rep.18 - Retry Flag
|
|
617
|
+
Rep 19 - Timeout Days
|
|
618
|
+
Rep 20 - 270 MASTER SWITCH
|
|
619
|
+
REALTIME
|
|
620
|
+
Rep 21 - 270 MASTER SWITCH
|
|
621
|
+
NIGHTLY
|
|
622
|
+
Rep 22 - HL7 MAXIMUM NUMBER
|
|
623
|
+
Rep 23 - MAXIMUM EXTRACT
|
|
624
|
+
NUMBER (appointment)
|
|
625
|
+
Rep 24 - MAXIMUM EXTRACT
|
|
626
|
+
NUMBER (buffer)
|
|
627
|
+
|
|
628
|
+
Example of this comment field with all
|
|
629
|
+
24 repeating values (maxing out at 75
|
|
630
|
+
characters if you view a month's worth
|
|
631
|
+
of messages - Austin reports these
|
|
632
|
+
statistics that they receive from VistA
|
|
633
|
+
to the eInsurance team on a monthly
|
|
634
|
+
basis):
|
|
635
|
+
N~0~0~0~0~0~0~0~0~0~0~0~0~0~0~
|
|
636
|
+
0~0~N~5~Y~Y~99999~99999~99999
|
|
637
|
+
</ImpNote>
|
|
638
|
+
<Reference>2.16.10.3</Reference>
|
|
639
|
+
<DataValues ExValue="N\R\0" />
|
|
640
|
+
</Field>
|
|
641
|
+
<Field Name="Comment Type" Usage="X" Min="0" Max="*" Datatype="CE" Length="250" Table="0364" ItemNo="01318">
|
|
642
|
+
<Reference>2.16.10.4</Reference>
|
|
643
|
+
<Component Name="identifier" Usage="X" Datatype="ST" Table="0364">
|
|
644
|
+
</Component>
|
|
645
|
+
<Component Name="text" Usage="O" Datatype="ST" Length="3">
|
|
646
|
+
</Component>
|
|
647
|
+
<Component Name="name of coding system" Usage="O" Datatype="IS" Length="3" Table="0396">
|
|
648
|
+
</Component>
|
|
649
|
+
<Component Name="alternate identifier" Usage="O" Datatype="ST" Length="3">
|
|
650
|
+
</Component>
|
|
651
|
+
<Component Name="alternate text" Usage="O" Datatype="ST" Length="3">
|
|
652
|
+
</Component>
|
|
653
|
+
<Component Name="name of alternate coding system" Usage="O" Datatype="IS" Length="3" Table="0396">
|
|
654
|
+
</Component>
|
|
655
|
+
</Field>
|
|
656
|
+
</Segment>
|
|
657
|
+
</HL7v2xStaticDef>
|
|
658
|
+
</HL7v2xConformanceProfile>
|
|
659
|
+
|