bonnie_bundler 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +3 -0
  3. data/.travis.yml +12 -0
  4. data/Gemfile +29 -0
  5. data/Gemfile.lock +267 -0
  6. data/README.md +4 -0
  7. data/Rakefile +29 -0
  8. data/bonnie-bundler.gemspec +29 -0
  9. data/config/initializers/mongo.rb +1 -0
  10. data/config/measures/measures_2_4_0.yml +719 -0
  11. data/config/mongoid.yml +6 -0
  12. data/lib/bonnie_bundler.rb +39 -0
  13. data/lib/ext/hash.rb +28 -0
  14. data/lib/ext/railtie.rb +11 -0
  15. data/lib/ext/valueset.rb +11 -0
  16. data/lib/measures/cql_to_elm_helper.rb +90 -0
  17. data/lib/measures/elm_parser.rb +74 -0
  18. data/lib/measures/loading/base_loader_definition.rb +61 -0
  19. data/lib/measures/loading/cql_loader.rb +420 -0
  20. data/lib/measures/loading/exceptions.rb +10 -0
  21. data/lib/measures/loading/loader.rb +178 -0
  22. data/lib/measures/loading/value_set_loader.rb +137 -0
  23. data/lib/measures/logic_extractor.rb +552 -0
  24. data/lib/measures/mongo_hash_key_wrapper.rb +44 -0
  25. data/lib/models/cql_measure.rb +160 -0
  26. data/lib/models/measure.rb +330 -0
  27. data/test/fixtures/BCS_v5_0_Artifacts.zip +0 -0
  28. data/test/fixtures/CMS158_v5_4_Artifacts.zip +0 -0
  29. data/test/fixtures/CMS158_v5_4_Artifacts_Update.zip +0 -0
  30. data/test/fixtures/DRAFT_CMS2_CQL.zip +0 -0
  31. data/test/fixtures/bonnienesting01_fixed.zip +0 -0
  32. data/test/fixtures/vcr_cassettes/mat_5-4_cql_export_vsac_response.yml +4723 -0
  33. data/test/fixtures/vcr_cassettes/multi_library_webcalls.yml +1892 -0
  34. data/test/fixtures/vcr_cassettes/valid_translation_response.yml +1120 -0
  35. data/test/fixtures/vcr_cassettes/valid_vsac_response.yml +1678 -0
  36. data/test/fixtures/vcr_cassettes/valid_vsac_response_158.yml +1670 -0
  37. data/test/fixtures/vcr_cassettes/valid_vsac_response_158_update.yml +1670 -0
  38. data/test/fixtures/vcr_cassettes/valid_vsac_response_includes_draft.yml +3480 -0
  39. data/test/fixtures/vcr_cassettes/vs_loading_draft_no_profile_version.yml +1198 -0
  40. data/test/fixtures/vcr_cassettes/vs_loading_draft_profile.yml +1198 -0
  41. data/test/fixtures/vcr_cassettes/vs_loading_draft_verion.yml +1198 -0
  42. data/test/fixtures/vcr_cassettes/vs_loading_no_profile_version.yml +1198 -0
  43. data/test/fixtures/vcr_cassettes/vs_loading_profile.yml +1196 -0
  44. data/test/fixtures/vcr_cassettes/vs_loading_version.yml +20331 -0
  45. data/test/fixtures/vs_loading/DocofMeds_v5_1_Artifacts.zip +0 -0
  46. data/test/fixtures/vs_loading/DocofMeds_v5_1_Artifacts_Version.zip +0 -0
  47. data/test/fixtures/vs_loading/DocofMeds_v5_1_Artifacts_With_Profiles.zip +0 -0
  48. data/test/simplecov_init.rb +18 -0
  49. data/test/test_helper.rb +44 -0
  50. data/test/unit/load_mat_export_test.rb +181 -0
  51. data/test/unit/measure_complexity_test.rb +32 -0
  52. data/test/unit/measure_diff_test.rb +68 -0
  53. data/test/unit/mongo_hash_key_wrapper_test.rb +247 -0
  54. data/test/unit/storing_mat_export_package_test.rb +45 -0
  55. data/test/unit/value_set_loading_test.rb +109 -0
  56. data/test/vcr_setup.rb +20 -0
  57. metadata +258 -0
@@ -0,0 +1,1198 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket
6
+ body:
7
+ encoding: UTF-8
8
+ string: username=<VSAC_USERNAME>&password=<VSAC_PASSWORD>
9
+ headers:
10
+ Accept:
11
+ - "*/*; q=0.5, application/xml"
12
+ Accept-Encoding:
13
+ - gzip, deflate
14
+ Content-Length:
15
+ - '38'
16
+ Content-Type:
17
+ - application/x-www-form-urlencoded
18
+ User-Agent:
19
+ - Ruby
20
+ response:
21
+ status:
22
+ code: 200
23
+ message: ''
24
+ headers:
25
+ Cache-Control:
26
+ - no-cache, no-store, max-age=0, must-revalidate
27
+ Pragma:
28
+ - no-cache
29
+ Expires:
30
+ - '0'
31
+ X-Xss-Protection:
32
+ - 1; mode=block
33
+ X-Frame-Options:
34
+ - SAMEORIGIN
35
+ X-Content-Type-Options:
36
+ - nosniff
37
+ Content-Type:
38
+ - text/plain;charset=utf-8
39
+ Content-Length:
40
+ - '65'
41
+ Date:
42
+ - Tue, 03 Oct 2017 14:49:15 GMT
43
+ Set-Cookie:
44
+ - BIGipServervsacweb_p=!PtzjdBDBIcKZIf/LMWjf8K3rTDmEErBDHgt+tb8LjljILJXeb4EK0j5mI391pGUNezYogjUs9O/wrTw=;
45
+ expires=Tue, 03-Oct-2017 16:49:15 GMT; path=/; Httponly; Secure
46
+ X-Vip-Info:
47
+ - 130.14.16.40:443
48
+ X-Pool-Info:
49
+ - "/Common/vsacweb_p 10.1.5.112 8080"
50
+ Strict-Transport-Security:
51
+ - max-age=31536000; includeSubDomains; preload
52
+ body:
53
+ encoding: UTF-8
54
+ string: TGT-271858-27UahbhZxheeDc3A0o1NcocnjA4P4IDRHFPb763o5BYbFg1JOL-cas
55
+ http_version:
56
+ recorded_at: Tue, 03 Oct 2017 14:49:16 GMT
57
+ - request:
58
+ method: post
59
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-271858-27UahbhZxheeDc3A0o1NcocnjA4P4IDRHFPb763o5BYbFg1JOL-cas
60
+ body:
61
+ encoding: UTF-8
62
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
63
+ headers:
64
+ Accept:
65
+ - "*/*; q=0.5, application/xml"
66
+ Accept-Encoding:
67
+ - gzip, deflate
68
+ Content-Length:
69
+ - '39'
70
+ Content-Type:
71
+ - application/x-www-form-urlencoded
72
+ User-Agent:
73
+ - Ruby
74
+ response:
75
+ status:
76
+ code: 200
77
+ message: ''
78
+ headers:
79
+ Cache-Control:
80
+ - no-cache, no-store, max-age=0, must-revalidate
81
+ Pragma:
82
+ - no-cache
83
+ Expires:
84
+ - '0'
85
+ X-Xss-Protection:
86
+ - 1; mode=block
87
+ X-Frame-Options:
88
+ - SAMEORIGIN
89
+ X-Content-Type-Options:
90
+ - nosniff
91
+ Content-Type:
92
+ - text/plain;charset=utf-8
93
+ Content-Length:
94
+ - '35'
95
+ Date:
96
+ - Tue, 03 Oct 2017 14:49:16 GMT
97
+ Set-Cookie:
98
+ - BIGipServervsacweb_p=!YQEiQF8ThNijgOPLMWjf8K3rTDmEEhiz8TdgQgwz1RyWHXHYDgcHeISs85mGwThMfvzxnH5Q7uaDoac=;
99
+ expires=Tue, 03-Oct-2017 16:49:16 GMT; path=/; Httponly; Secure
100
+ X-Vip-Info:
101
+ - 130.14.16.40:443
102
+ X-Pool-Info:
103
+ - "/Common/vsacweb_p 10.1.5.114 8080"
104
+ Strict-Transport-Security:
105
+ - max-age=31536000; includeSubDomains; preload
106
+ body:
107
+ encoding: UTF-8
108
+ string: ST-1146338-7rSiyHjQmdMX4YhOSOCo-cas
109
+ http_version:
110
+ recorded_at: Tue, 03 Oct 2017 14:49:16 GMT
111
+ - request:
112
+ method: get
113
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.113883.3.600.1.1502&profile=MU2%20Update%202016-04-01&ticket=ST-1146338-7rSiyHjQmdMX4YhOSOCo-cas
114
+ body:
115
+ encoding: US-ASCII
116
+ string: ''
117
+ headers:
118
+ Accept:
119
+ - "*/*; q=0.5, application/xml"
120
+ Accept-Encoding:
121
+ - gzip, deflate
122
+ User-Agent:
123
+ - Ruby
124
+ response:
125
+ status:
126
+ code: 200
127
+ message: ''
128
+ headers:
129
+ Cache-Control:
130
+ - no-cache, no-store, max-age=0, must-revalidate
131
+ Pragma:
132
+ - no-cache
133
+ Expires:
134
+ - '0'
135
+ X-Xss-Protection:
136
+ - 1; mode=block
137
+ X-Frame-Options:
138
+ - SAMEORIGIN
139
+ X-Content-Type-Options:
140
+ - nosniff
141
+ Set-Cookie:
142
+ - BIGipServervsacweb_p=!vN29n80AgQd4DLDLMWjf8K3rTDmEEi4g0pHngAVOwWYfh+PnLZyWBwRTHIVsUSl/b3HCQ2W+MzYCGYs=;
143
+ expires=Tue, 03-Oct-2017 16:49:16 GMT; path=/; Httponly; Secure
144
+ - JSESSIONID=B2430F4A2C525CB7405E02700168B180;path=/vsac;HttpOnly;Secure
145
+ Content-Type:
146
+ - text/xml;charset=utf-8
147
+ Content-Length:
148
+ - '1724'
149
+ Date:
150
+ - Tue, 03 Oct 2017 14:49:15 GMT
151
+ X-Vip-Info:
152
+ - 130.14.16.40:443
153
+ X-Pool-Info:
154
+ - "/Common/vsacweb_p 10.1.5.112 8080"
155
+ Strict-Transport-Security:
156
+ - max-age=31536000; includeSubDomains; preload
157
+ body:
158
+ encoding: UTF-8
159
+ string: |
160
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
161
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
162
+ <ns0:DescribedValueSet ID="2.16.840.1.113883.3.600.1.1502" displayName="Medical or Other reason not done" version="N/A">
163
+ <ns0:ConceptList>
164
+ <ns0:Concept code="183932001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Procedure contraindicated (situation)"/>
165
+ <ns0:Concept code="397745006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Medical contraindication (finding)"/>
166
+ <ns0:Concept code="407563006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Treatment not tolerated (situation)"/>
167
+ <ns0:Concept code="428119001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Procedure not indicated (situation)"/>
168
+ </ns0:ConceptList>
169
+ <ns0:Source>Quality Insights of Pennsylvania</ns0:Source>
170
+ <ns0:Purpose>(Clinical Focus: The intent of this value set is to specify a situation or finding was not done by indicating a medical reason a procedure or treatment is contraindicated, not tolerated, or not indicated.),(Data Element Scope: ),(Inclusion Criteria: ),(Exclusion Criteria: )</ns0:Purpose>
171
+ <ns0:Type>Extensional</ns0:Type>
172
+ <ns0:Binding>Dynamic</ns0:Binding>
173
+ <ns0:Status>Active</ns0:Status>
174
+ <ns0:RevisionDate>2017-05-04</ns0:RevisionDate>
175
+ </ns0:DescribedValueSet>
176
+ </ns0:RetrieveMultipleValueSetsResponse>
177
+ http_version:
178
+ recorded_at: Tue, 03 Oct 2017 14:49:16 GMT
179
+ - request:
180
+ method: post
181
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-271858-27UahbhZxheeDc3A0o1NcocnjA4P4IDRHFPb763o5BYbFg1JOL-cas
182
+ body:
183
+ encoding: UTF-8
184
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
185
+ headers:
186
+ Accept:
187
+ - "*/*; q=0.5, application/xml"
188
+ Accept-Encoding:
189
+ - gzip, deflate
190
+ Content-Length:
191
+ - '39'
192
+ Content-Type:
193
+ - application/x-www-form-urlencoded
194
+ User-Agent:
195
+ - Ruby
196
+ response:
197
+ status:
198
+ code: 200
199
+ message: ''
200
+ headers:
201
+ Cache-Control:
202
+ - no-cache, no-store, max-age=0, must-revalidate
203
+ Pragma:
204
+ - no-cache
205
+ Expires:
206
+ - '0'
207
+ X-Xss-Protection:
208
+ - 1; mode=block
209
+ X-Frame-Options:
210
+ - SAMEORIGIN
211
+ X-Content-Type-Options:
212
+ - nosniff
213
+ Content-Type:
214
+ - text/plain;charset=utf-8
215
+ Content-Length:
216
+ - '35'
217
+ Date:
218
+ - Tue, 03 Oct 2017 14:49:15 GMT
219
+ Set-Cookie:
220
+ - BIGipServervsacweb_p=!SADvc1brq6hE2SfLMWjf8K3rTDmEElpxUI7LxIItN1b1X7fiWjSHghMTZMl7YnpnbzndhtBF7+V/f1I=;
221
+ expires=Tue, 03-Oct-2017 16:49:16 GMT; path=/; Httponly; Secure
222
+ X-Vip-Info:
223
+ - 130.14.16.40:443
224
+ X-Pool-Info:
225
+ - "/Common/vsacweb_p 10.1.5.112 8080"
226
+ Strict-Transport-Security:
227
+ - max-age=31536000; includeSubDomains; preload
228
+ body:
229
+ encoding: UTF-8
230
+ string: ST-1146341-dHfoWTQGJpgJdLAHV4fy-cas
231
+ http_version:
232
+ recorded_at: Tue, 03 Oct 2017 14:49:16 GMT
233
+ - request:
234
+ method: get
235
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.113883.3.600.1.1834&profile=MU2%20Update%202016-04-01&ticket=ST-1146341-dHfoWTQGJpgJdLAHV4fy-cas
236
+ body:
237
+ encoding: US-ASCII
238
+ string: ''
239
+ headers:
240
+ Accept:
241
+ - "*/*; q=0.5, application/xml"
242
+ Accept-Encoding:
243
+ - gzip, deflate
244
+ User-Agent:
245
+ - Ruby
246
+ response:
247
+ status:
248
+ code: 200
249
+ message: ''
250
+ headers:
251
+ Cache-Control:
252
+ - no-cache, no-store, max-age=0, must-revalidate
253
+ Pragma:
254
+ - no-cache
255
+ Expires:
256
+ - '0'
257
+ X-Xss-Protection:
258
+ - 1; mode=block
259
+ X-Frame-Options:
260
+ - SAMEORIGIN
261
+ X-Content-Type-Options:
262
+ - nosniff
263
+ Set-Cookie:
264
+ - BIGipServervsacweb_p=!1c6EZbgPZIBDBkLLMWjf8K3rTDmEEoSCC5f7J+Uqa1DzMaEGMkYhoIOxvrH3ls0egAL5vDqt8Ueb4zU=;
265
+ expires=Tue, 03-Oct-2017 16:49:18 GMT; path=/; Httponly; Secure
266
+ - JSESSIONID=88D5F57D89471EE254DFB993BD1A71C6;path=/vsac;HttpOnly;Secure
267
+ Content-Type:
268
+ - text/xml;charset=utf-8
269
+ Content-Length:
270
+ - '56368'
271
+ Date:
272
+ - Tue, 03 Oct 2017 14:49:18 GMT
273
+ X-Vip-Info:
274
+ - 130.14.16.40:443
275
+ X-Pool-Info:
276
+ - "/Common/vsacweb_p 10.1.5.114 8080"
277
+ Strict-Transport-Security:
278
+ - max-age=31536000; includeSubDomains; preload
279
+ body:
280
+ encoding: UTF-8
281
+ string: |
282
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
283
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
284
+ <ns0:DescribedValueSet ID="2.16.840.1.113883.3.600.1.1834" displayName="Medications Encounter Code Set" version="N/A">
285
+ <ns0:ConceptList>
286
+ <ns0:Concept code="10197000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Psychiatric interview and evaluation (procedure)"/>
287
+ <ns0:Concept code="108220007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Evaluation AND/OR management - new patient (procedure)"/>
288
+ <ns0:Concept code="108221006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Evaluation AND/OR management - established patient (procedure)"/>
289
+ <ns0:Concept code="108224003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Preventive patient evaluation (procedure)"/>
290
+ <ns0:Concept code="108311000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Psychiatric procedure, interview AND/OR consultation (procedure)"/>
291
+ <ns0:Concept code="13607009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Manual examination of breast (procedure)"/>
292
+ <ns0:Concept code="14736009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="History and physical examination with evaluation and management of patient (procedure)"/>
293
+ <ns0:Concept code="165171009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Initial psychiatric evaluation (procedure)"/>
294
+ <ns0:Concept code="18091003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Electronystagmography with vertical electrodes (procedure)"/>
295
+ <ns0:Concept code="18512000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Individual psychotherapy (regime/therapy)"/>
296
+ <ns0:Concept code="185349003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Encounter for &quot;check-up&quot; (procedure)"/>
297
+ <ns0:Concept code="185463005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Visit out of hours (procedure)"/>
298
+ <ns0:Concept code="185465003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Weekend visit (procedure)"/>
299
+ <ns0:Concept code="209099002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="History and physical examination with management of domiciliary or rest home patient (procedure)"/>
300
+ <ns0:Concept code="210098006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Domiciliary or rest home patient evaluation and management (procedure)"/>
301
+ <ns0:Concept code="225967005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Self-care patient education (procedure)"/>
302
+ <ns0:Concept code="252592009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Speech audiometry (procedure)"/>
303
+ <ns0:Concept code="252624005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Evoked oto-acoustic emission measurement (procedure)"/>
304
+ <ns0:Concept code="270427003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Patient-initiated encounter (procedure)"/>
305
+ <ns0:Concept code="270430005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Provider-initiated encounter (procedure)"/>
306
+ <ns0:Concept code="273643004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Neurobehavioral cognitive status examination (assessment scale)"/>
307
+ <ns0:Concept code="274803000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Examination of tympanic membrane (procedure)"/>
308
+ <ns0:Concept code="277404009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="High frequency tympanometry (procedure)"/>
309
+ <ns0:Concept code="284015009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Auditory evoked potentials monitoring (regime/therapy)"/>
310
+ <ns0:Concept code="30346009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Evaluation and management of established outpatient in office or other outpatient facility (procedure)"/>
311
+ <ns0:Concept code="308335008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Patient encounter procedure (procedure)"/>
312
+ <ns0:Concept code="32537008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Psychiatric diagnostic interview, examination, history, mental status and disposition (procedure)"/>
313
+ <ns0:Concept code="34651001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Optokinetic nystagmus test, bidirectional, with recording (procedure)"/>
314
+ <ns0:Concept code="35025007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Manual pelvic examination (procedure)"/>
315
+ <ns0:Concept code="36228007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Ophthalmic examination and evaluation (procedure)"/>
316
+ <ns0:Concept code="370803007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Evaluation of psychosocial impact on plan of care (procedure)"/>
317
+ <ns0:Concept code="37894004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Evaluation and management of new outpatient in office or other outpatient facility (procedure)"/>
318
+ <ns0:Concept code="385973000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Dialysis care management (procedure)"/>
319
+ <ns0:Concept code="386372009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Nutrition management (regime/therapy)"/>
320
+ <ns0:Concept code="390906007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Follow-up encounter (procedure)"/>
321
+ <ns0:Concept code="405096004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Diabetes self-management behavior (observable entity)"/>
322
+ <ns0:Concept code="406547006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Urgent follow-up (procedure)"/>
323
+ <ns0:Concept code="408983003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Renal care management (procedure)"/>
324
+ <ns0:Concept code="410155007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Occupational therapy assessment (procedure)"/>
325
+ <ns0:Concept code="410157004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Occupational therapy management (procedure)"/>
326
+ <ns0:Concept code="410158009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Physical therapy assessment (procedure)"/>
327
+ <ns0:Concept code="410160006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Physical therapy management (procedure)"/>
328
+ <ns0:Concept code="410170008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Nutrition care assessment (procedure)"/>
329
+ <ns0:Concept code="439708006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Home visit (procedure)"/>
330
+ <ns0:Concept code="439952009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Evaluation of auditory rehabilitation (procedure)"/>
331
+ <ns0:Concept code="440524004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Oscillating tracking test with recording (procedure)"/>
332
+ <ns0:Concept code="46662001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Examination of breast (procedure)"/>
333
+ <ns0:Concept code="48423005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Acoustic reflex testing (procedure)"/>
334
+ <ns0:Concept code="50357006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Evaluation and management of patient at home (procedure)"/>
335
+ <ns0:Concept code="53555003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Basic comprehensive audiometry testing (procedure)"/>
336
+ <ns0:Concept code="54290001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Positional nystagmus test with recording (procedure)"/>
337
+ <ns0:Concept code="59400" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Routine obstetric care including antepartum care, vaginal delivery (with or without episiotomy, and/or forceps) and postpartum care"/>
338
+ <ns0:Concept code="59510" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Routine obstetric care including antepartum care, cesarean delivery, and postpartum care"/>
339
+ <ns0:Concept code="59610" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Routine obstetric care including antepartum care, vaginal delivery (with or without episiotomy, and/or forceps) and postpartum care, after previous cesarean delivery"/>
340
+ <ns0:Concept code="59618" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Routine obstetric care including antepartum care, cesarean delivery, and postpartum care, following attempted vaginal delivery after previous cesarean delivery"/>
341
+ <ns0:Concept code="63547008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Caloric vestibular test with recording (procedure)"/>
342
+ <ns0:Concept code="66902005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Ophthalmic examination and evaluation, follow-up (procedure)"/>
343
+ <ns0:Concept code="78318003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="History and physical examination, annual for health maintenance (procedure)"/>
344
+ <ns0:Concept code="83607001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Gynecologic examination (procedure)"/>
345
+ <ns0:Concept code="8411005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Interactive individual medical psychotherapy (regime/therapy)"/>
346
+ <ns0:Concept code="86013001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Periodic reevaluation and management of healthy individual (procedure)"/>
347
+ <ns0:Concept code="90526000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Initial evaluation and management of healthy individual (procedure)"/>
348
+ <ns0:Concept code="90791" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Psychiatric diagnostic evaluation"/>
349
+ <ns0:Concept code="90792" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Psychiatric diagnostic evaluation with medical services"/>
350
+ <ns0:Concept code="90832" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Psychotherapy, 30 minutes with patient and/or family member"/>
351
+ <ns0:Concept code="90834" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Psychotherapy, 45 minutes with patient and/or family member"/>
352
+ <ns0:Concept code="90837" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Psychotherapy, 60 minutes with patient and/or family member"/>
353
+ <ns0:Concept code="90839" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Psychotherapy for crisis; first 60 minutes"/>
354
+ <ns0:Concept code="91573000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Tympanometry testing (procedure)"/>
355
+ <ns0:Concept code="92002" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Ophthalmological services: medical examination and evaluation with initiation of diagnostic and treatment program; intermediate, new patient"/>
356
+ <ns0:Concept code="92004" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Ophthalmological services: medical examination and evaluation with initiation of diagnostic and treatment program; comprehensive, new patient, 1 or more visits"/>
357
+ <ns0:Concept code="92012" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Ophthalmological services: medical examination and evaluation, with initiation or continuation of diagnostic and treatment program; intermediate, established patient"/>
358
+ <ns0:Concept code="92014" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Ophthalmological services: medical examination and evaluation, with initiation or continuation of diagnostic and treatment program; comprehensive, established patient, 1 or more visits"/>
359
+ <ns0:Concept code="92507" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Treatment of speech, language, voice, communication, and/or auditory processing disorder; individual"/>
360
+ <ns0:Concept code="92508" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Treatment of speech, language, voice, communication, and/or auditory processing disorder; group, 2 or more individuals"/>
361
+ <ns0:Concept code="92526" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Treatment of swallowing dysfunction and/or oral function for feeding"/>
362
+ <ns0:Concept code="92537" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Caloric vestibular test with recording, bilateral; bithermal (ie, one warm and one cool irrigation in each ear for a total of four irrigations)"/>
363
+ <ns0:Concept code="92538" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Caloric vestibular test with recording, bilateral; monothermal (ie, one irrigation in each ear for a total of two irrigations)"/>
364
+ <ns0:Concept code="92540" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Basic vestibular evaluation, includes spontaneous nystagmus test with eccentric gaze fixation nystagmus, with recording, positional nystagmus test, minimum of 4 positions, with recording, optokinetic nystagmus test, bidirectional foveal and peripheral stimulation, with recording, and oscillating tracking test, with recording"/>
365
+ <ns0:Concept code="92541" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Spontaneous nystagmus test, including gaze and fixation nystagmus, with recording"/>
366
+ <ns0:Concept code="92542" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Positional nystagmus test, minimum of 4 positions, with recording"/>
367
+ <ns0:Concept code="92544" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Optokinetic nystagmus test, bidirectional, foveal or peripheral stimulation, with recording"/>
368
+ <ns0:Concept code="92545" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Oscillating tracking test, with recording"/>
369
+ <ns0:Concept code="92547" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Use of vertical electrodes (List separately in addition to code for primary procedure)"/>
370
+ <ns0:Concept code="92548" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Computerized dynamic posturography"/>
371
+ <ns0:Concept code="92550" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Tympanometry and reflex threshold measurements"/>
372
+ <ns0:Concept code="92557" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Comprehensive audiometry threshold evaluation and speech recognition (92553 and 92556 combined)"/>
373
+ <ns0:Concept code="92567" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Tympanometry (impedance testing)"/>
374
+ <ns0:Concept code="92568" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Acoustic reflex testing, threshold"/>
375
+ <ns0:Concept code="92570" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Acoustic immittance testing, includes tympanometry (impedance testing), acoustic reflex threshold testing, and acoustic reflex decay testing"/>
376
+ <ns0:Concept code="92585" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Auditory evoked potentials for evoked response audiometry and/or testing of the central nervous system; comprehensive"/>
377
+ <ns0:Concept code="92588" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Distortion product evoked otoacoustic emissions; comprehensive diagnostic evaluation (quantitative analysis of outer hair cell function by cochlear mapping, minimum of 12 frequencies), with interpretation and report"/>
378
+ <ns0:Concept code="92626" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Evaluation of auditory rehabilitation status; first hour"/>
379
+ <ns0:Concept code="96116" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Neurobehavioral status exam (clinical assessment of thinking, reasoning and judgment, eg, acquired knowledge, attention, language, memory, planning and problem solving, and visual spatial abilities), per hour of the psychologist's or physician's time, both face-to-face time with the patient and time interpreting test results and preparing the report"/>
380
+ <ns0:Concept code="96150" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Health and behavior assessment (eg, health-focused clinical interview, behavioral observations, psychophysiological monitoring, health-oriented questionnaires), each 15 minutes face-to-face with the patient; initial assessment"/>
381
+ <ns0:Concept code="96151" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Health and behavior assessment (eg, health-focused clinical interview, behavioral observations, psychophysiological monitoring, health-oriented questionnaires), each 15 minutes face-to-face with the patient; re-assessment"/>
382
+ <ns0:Concept code="96152" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Health and behavior intervention, each 15 minutes, face-to-face; individual"/>
383
+ <ns0:Concept code="97532" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Development of cognitive skills to improve attention, memory, problem solving (includes compensatory training), direct (one-on-one) patient contact, each 15 minutes"/>
384
+ <ns0:Concept code="97802" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Medical nutrition therapy; initial assessment and intervention, individual, face-to-face with the patient, each 15 minutes"/>
385
+ <ns0:Concept code="97803" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Medical nutrition therapy; re-assessment and intervention, individual, face-to-face with the patient, each 15 minutes"/>
386
+ <ns0:Concept code="97804" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Medical nutrition therapy; group (2 or more individual(s)), each 30 minutes"/>
387
+ <ns0:Concept code="98960" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Education and training for patient self-management by a qualified, nonphysician health care professional using a standardized curriculum, face-to-face with the patient (could include caregiver/family) each 30 minutes; individual patient"/>
388
+ <ns0:Concept code="98961" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Education and training for patient self-management by a qualified, nonphysician health care professional using a standardized curriculum, face-to-face with the patient (could include caregiver/family) each 30 minutes; 2-4 patients"/>
389
+ <ns0:Concept code="98962" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Education and training for patient self-management by a qualified, nonphysician health care professional using a standardized curriculum, face-to-face with the patient (could include caregiver/family) each 30 minutes; 5-8 patients"/>
390
+ <ns0:Concept code="99024" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Postoperative follow-up visit, normally included in the surgical package, to indicate that an evaluation and management service was performed during a postoperative period for a reason(s) related to the original procedure"/>
391
+ <ns0:Concept code="99201" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Office or other outpatient visit for the evaluation and management of a new patient, which requires these 3 key components: A problem focused history; A problem focused examination; Straightforward medical decision making. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are self limited or minor. Typically, 10 minutes are spent face-to-face with the patient and/or family."/>
392
+ <ns0:Concept code="99202" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Office or other outpatient visit for the evaluation and management of a new patient, which requires these 3 key components: An expanded problem focused history; An expanded problem focused examination; Straightforward medical decision making. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of low to moderate severity. Typically, 20 minutes are spent face-to-face with the patient and/or family."/>
393
+ <ns0:Concept code="99203" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Office or other outpatient visit for the evaluation and management of a new patient, which requires these 3 key components: A detailed history; A detailed examination; Medical decision making of low complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of moderate severity. Typically, 30 minutes are spent face-to-face with the patient and/or family."/>
394
+ <ns0:Concept code="99204" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Office or other outpatient visit for the evaluation and management of a new patient, which requires these 3 key components: A comprehensive history; A comprehensive examination; Medical decision making of moderate complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of moderate to high severity. Typically, 45 minutes are spent face-to-face with the patient and/or family."/>
395
+ <ns0:Concept code="99205" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Office or other outpatient visit for the evaluation and management of a new patient, which requires these 3 key components: A comprehensive history; A comprehensive examination; Medical decision making of high complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of moderate to high severity. Typically, 60 minutes are spent face-to-face with the patient and/or family."/>
396
+ <ns0:Concept code="99212" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Office or other outpatient visit for the evaluation and management of an established patient, which requires at least 2 of these 3 key components: A problem focused history; A problem focused examination; Straightforward medical decision making. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are self limited or minor. Typically, 10 minutes are spent face-to-face with the patient and/or family."/>
397
+ <ns0:Concept code="99213" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Office or other outpatient visit for the evaluation and management of an established patient, which requires at least 2 of these 3 key components: An expanded problem focused history; An expanded problem focused examination; Medical decision making of low complexity. Counseling and coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of low to moderate severity. Typically, 15 minutes are spent face-to-face with the patient and/or family."/>
398
+ <ns0:Concept code="99214" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Office or other outpatient visit for the evaluation and management of an established patient, which requires at least 2 of these 3 key components: A detailed history; A detailed examination; Medical decision making of moderate complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of moderate to high severity. Typically, 25 minutes are spent face-to-face with the patient and/or family."/>
399
+ <ns0:Concept code="99215" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Office or other outpatient visit for the evaluation and management of an established patient, which requires at least 2 of these 3 key components: A comprehensive history; A comprehensive examination; Medical decision making of high complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of moderate to high severity. Typically, 40 minutes are spent face-to-face with the patient and/or family."/>
400
+ <ns0:Concept code="99221" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Initial hospital care, per day, for the evaluation and management of a patient, which requires these 3 key components: A detailed or comprehensive history; A detailed or comprehensive examination; and Medical decision making that is straightforward or of low complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the problem(s) requiring admission are of low severity. Typically, 30 minutes are spent at the bedside and on the patient's hospital floor or unit."/>
401
+ <ns0:Concept code="99222" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Initial hospital care, per day, for the evaluation and management of a patient, which requires these 3 key components: A comprehensive history; A comprehensive examination; and Medical decision making of moderate complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the problem(s) requiring admission are of moderate severity. Typically, 50 minutes are spent at the bedside and on the patient's hospital floor or unit."/>
402
+ <ns0:Concept code="99223" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Initial hospital care, per day, for the evaluation and management of a patient, which requires these 3 key components: A comprehensive history; A comprehensive examination; and Medical decision making of high complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the problem(s) requiring admission are of high severity. Typically, 70 minutes are spent at the bedside and on the patient's hospital floor or unit."/>
403
+ <ns0:Concept code="99281" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Emergency department visit for the evaluation and management of a patient, which requires these 3 key components: A problem focused history; A problem focused examination; and Straightforward medical decision making. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are self limited or minor."/>
404
+ <ns0:Concept code="99282" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Emergency department visit for the evaluation and management of a patient, which requires these 3 key components: An expanded problem focused history; An expanded problem focused examination; and Medical decision making of low complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of low to moderate severity."/>
405
+ <ns0:Concept code="99283" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Emergency department visit for the evaluation and management of a patient, which requires these 3 key components: An expanded problem focused history; An expanded problem focused examination; and Medical decision making of moderate complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of moderate severity."/>
406
+ <ns0:Concept code="99284" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Emergency department visit for the evaluation and management of a patient, which requires these 3 key components: A detailed history; A detailed examination; and Medical decision making of moderate complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of high severity, and require urgent evaluation by the physician, or other qualified health care professionals but do not pose an immediate significant threat to life or physiologic function."/>
407
+ <ns0:Concept code="99285" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Emergency department visit for the evaluation and management of a patient, which requires these 3 key components within the constraints imposed by the urgency of the patient's clinical condition and/or mental status: A comprehensive history; A comprehensive examination; and Medical decision making of high complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of high severity and pose an immediate significant threat to life or physiologic function."/>
408
+ <ns0:Concept code="99324" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Domiciliary or rest home visit for the evaluation and management of a new patient, which requires these 3 key components: A problem focused history; A problem focused examination; and Straightforward medical decision making. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of low severity. Typically, 20 minutes are spent with the patient and/or family or caregiver."/>
409
+ <ns0:Concept code="99325" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Domiciliary or rest home visit for the evaluation and management of a new patient, which requires these 3 key components: An expanded problem focused history; An expanded problem focused examination; and Medical decision making of low complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of moderate severity. Typically, 30 minutes are spent with the patient and/or family or caregiver."/>
410
+ <ns0:Concept code="99326" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Domiciliary or rest home visit for the evaluation and management of a new patient, which requires these 3 key components: A detailed history; A detailed examination; and Medical decision making of moderate complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of moderate to high severity. Typically, 45 minutes are spent with the patient and/or family or caregiver."/>
411
+ <ns0:Concept code="99327" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Domiciliary or rest home visit for the evaluation and management of a new patient, which requires these 3 key components: A comprehensive history; A comprehensive examination; and Medical decision making of moderate complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of high severity. Typically, 60 minutes are spent with the patient and/or family or caregiver."/>
412
+ <ns0:Concept code="99328" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Domiciliary or rest home visit for the evaluation and management of a new patient, which requires these 3 key components: A comprehensive history; A comprehensive examination; and Medical decision making of high complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the patient is unstable or has developed a significant new problem requiring immediate physician attention. Typically, 75 minutes are spent with the patient and/or family or caregiver."/>
413
+ <ns0:Concept code="99334" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Domiciliary or rest home visit for the evaluation and management of an established patient, which requires at least 2 of these 3 key components: A problem focused interval history; A problem focused examination; Straightforward medical decision making. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are self-limited or minor. Typically, 15 minutes are spent with the patient and/or family or caregiver."/>
414
+ <ns0:Concept code="99335" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Domiciliary or rest home visit for the evaluation and management of an established patient, which requires at least 2 of these 3 key components: An expanded problem focused interval history; An expanded problem focused examination; Medical decision making of low complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of low to moderate severity. Typically, 25 minutes are spent with the patient and/or family or caregiver."/>
415
+ <ns0:Concept code="99336" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Domiciliary or rest home visit for the evaluation and management of an established patient, which requires at least 2 of these 3 key components: A detailed interval history; A detailed examination; Medical decision making of moderate complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of moderate to high severity. Typically, 40 minutes are spent with the patient and/or family or caregiver."/>
416
+ <ns0:Concept code="99337" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Domiciliary or rest home visit for the evaluation and management of an established patient, which requires at least 2 of these 3 key components: A comprehensive interval history; A comprehensive examination; Medical decision making of moderate to high complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of moderate to high severity. The patient may be unstable or may have developed a significant new problem requiring immediate physician attention. Typically, 60 minutes are spent with the patient and/or family or caregiver."/>
417
+ <ns0:Concept code="99341" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Home visit for the evaluation and management of a new patient, which requires these 3 key components: A problem focused history; A problem focused examination; and Straightforward medical decision making. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of low severity. Typically, 20 minutes are spent face-to-face with the patient and/or family."/>
418
+ <ns0:Concept code="99342" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Home visit for the evaluation and management of a new patient, which requires these 3 key components: An expanded problem focused history; An expanded problem focused examination; and Medical decision making of low complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of moderate severity. Typically, 30 minutes are spent face-to-face with the patient and/or family."/>
419
+ <ns0:Concept code="99343" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Home visit for the evaluation and management of a new patient, which requires these 3 key components: A detailed history; A detailed examination; and Medical decision making of moderate complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of moderate to high severity. Typically, 45 minutes are spent face-to-face with the patient and/or family."/>
420
+ <ns0:Concept code="99344" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Home visit for the evaluation and management of a new patient, which requires these 3 key components: A comprehensive history; A comprehensive examination; and Medical decision making of moderate complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of high severity. Typically, 60 minutes are spent face-to-face with the patient and/or family."/>
421
+ <ns0:Concept code="99345" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Home visit for the evaluation and management of a new patient, which requires these 3 key components: A comprehensive history; A comprehensive examination; and Medical decision making of high complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the patient is unstable or has developed a significant new problem requiring immediate physician attention. Typically, 75 minutes are spent face-to-face with the patient and/or family."/>
422
+ <ns0:Concept code="99347" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Home visit for the evaluation and management of an established patient, which requires at least 2 of these 3 key components: A problem focused interval history; A problem focused examination; Straightforward medical decision making. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are self limited or minor. Typically, 15 minutes are spent face-to-face with the patient and/or family."/>
423
+ <ns0:Concept code="99348" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Home visit for the evaluation and management of an established patient, which requires at least 2 of these 3 key components: An expanded problem focused interval history; An expanded problem focused examination; Medical decision making of low complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of low to moderate severity. Typically, 25 minutes are spent face-to-face with the patient and/or family."/>
424
+ <ns0:Concept code="99349" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Home visit for the evaluation and management of an established patient, which requires at least 2 of these 3 key components: A detailed interval history; A detailed examination; Medical decision making of moderate complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are moderate to high severity. Typically, 40 minutes are spent face-to-face with the patient and/or family."/>
425
+ <ns0:Concept code="99350" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Home visit for the evaluation and management of an established patient, which requires at least 2 of these 3 key components: A comprehensive interval history; A comprehensive examination; Medical decision making of moderate to high complexity. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are of moderate to high severity. The patient may be unstable or may have developed a significant new problem requiring immediate physician attention. Typically, 60 minutes are spent face-to-face with the patient and/or family."/>
426
+ <ns0:Concept code="99385" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Initial comprehensive preventive medicine evaluation and management of an individual including an age and gender appropriate history, examination, counseling/anticipatory guidance/risk factor reduction interventions, and the ordering of laboratory/diagnostic procedures, new patient; 18-39 years"/>
427
+ <ns0:Concept code="99386" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Initial comprehensive preventive medicine evaluation and management of an individual including an age and gender appropriate history, examination, counseling/anticipatory guidance/risk factor reduction interventions, and the ordering of laboratory/diagnostic procedures, new patient; 40-64 years"/>
428
+ <ns0:Concept code="99387" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Initial comprehensive preventive medicine evaluation and management of an individual including an age and gender appropriate history, examination, counseling/anticipatory guidance/risk factor reduction interventions, and the ordering of laboratory/diagnostic procedures, new patient; 65 years and older"/>
429
+ <ns0:Concept code="99395" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Periodic comprehensive preventive medicine reevaluation and management of an individual including an age and gender appropriate history, examination, counseling/anticipatory guidance/risk factor reduction interventions, and the ordering of laboratory/diagnostic procedures, established patient; 18-39 years"/>
430
+ <ns0:Concept code="99396" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Periodic comprehensive preventive medicine reevaluation and management of an individual including an age and gender appropriate history, examination, counseling/anticipatory guidance/risk factor reduction interventions, and the ordering of laboratory/diagnostic procedures, established patient; 40-64 years"/>
431
+ <ns0:Concept code="99397" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Periodic comprehensive preventive medicine reevaluation and management of an individual including an age and gender appropriate history, examination, counseling/anticipatory guidance/risk factor reduction interventions, and the ordering of laboratory/diagnostic procedures, established patient; 65 years and older"/>
432
+ <ns0:Concept code="99495" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Transitional Care Management Services with the following required elements: Communication (direct contact, telephone, electronic) with the patient and/or caregiver within 2 business days of discharge Medical decision making of at least moderate complexity during the service period Face-to-face visit, within 14 calendar days of discharge"/>
433
+ <ns0:Concept code="99496" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Transitional Care Management Services with the following required elements: Communication (direct contact, telephone, electronic) with the patient and/or caregiver within 2 business days of discharge Medical decision making of high complexity during the service period Face-to-face visit, within 7 calendar days of discharge"/>
434
+ <ns0:Concept code="G0101" codeSystem="2.16.840.1.113883.6.285" codeSystemName="HCPCS" codeSystemVersion="2016" displayName="Cervical or vaginal cancer screening; pelvic and clinical breast examination"/>
435
+ <ns0:Concept code="G0108" codeSystem="2.16.840.1.113883.6.285" codeSystemName="HCPCS" codeSystemVersion="2016" displayName="Diabetes outpatient self-management training services, individual, per 30 minutes"/>
436
+ <ns0:Concept code="G0270" codeSystem="2.16.840.1.113883.6.285" codeSystemName="HCPCS" codeSystemVersion="2016" displayName="Medical nutrition therapy; reassessment and subsequent intervention(s) following second referral in same year for change in diagnosis, medical condition or treatment regimen (including additional hours needed for renal disease), individual, face to face with the patient, each 15 minutes"/>
437
+ <ns0:Concept code="G0402" codeSystem="2.16.840.1.113883.6.285" codeSystemName="HCPCS" codeSystemVersion="2016" displayName="Initial preventive physical examination; face-to-face visit, services limited to new beneficiary during the first 12 months of medicare enrollment"/>
438
+ <ns0:Concept code="G0438" codeSystem="2.16.840.1.113883.6.285" codeSystemName="HCPCS" codeSystemVersion="2016" displayName="Annual wellness visit; includes a personalized prevention plan of service (pps), initial visit"/>
439
+ <ns0:Concept code="G0439" codeSystem="2.16.840.1.113883.6.285" codeSystemName="HCPCS" codeSystemVersion="2016" displayName="Annual wellness visit, includes a personalized prevention plan of service (pps), subsequent visit"/>
440
+ </ns0:ConceptList>
441
+ <ns0:Source>Quality Insights of Pennsylvania</ns0:Source>
442
+ <ns0:Purpose>(Clinical Focus: This set of values contains encounters where a medication list would be reviewed, updated, or transcribed as a current medication list.),(Data Element Scope: ),(Inclusion Criteria: Included are specific encounters from multiple specialty physicians, primary care physicians, as well as therapist and nutritionists; this value set also includes assessments and tasks that would prompt documentation of current medications.),(Exclusion Criteria: )</ns0:Purpose>
443
+ <ns0:Definition>(2.16.840.1.113883.3.464.1003.101.11.1115:Preventive Care Services-Initial Office Visit, 18 and Up),(2.16.840.1.113883.3.464.1003.101.11.1125:Preventive Care Services - Established Office Visit, 18 and Up),(2.16.840.1.113883.3.600.1.1608:Encounters Meds HCPCS),(2.16.840.1.113883.3.600.1.1609:Encounter Medications CPT),(2.16.840.1.113883.3.600.1.1917:Medication SNOMED Encounter Codes)</ns0:Definition>
444
+ <ns0:Type>Grouping</ns0:Type>
445
+ <ns0:Binding>Dynamic</ns0:Binding>
446
+ <ns0:Status>Active</ns0:Status>
447
+ <ns0:RevisionDate>2017-05-04</ns0:RevisionDate>
448
+ </ns0:DescribedValueSet>
449
+ </ns0:RetrieveMultipleValueSetsResponse>
450
+ http_version:
451
+ recorded_at: Tue, 03 Oct 2017 14:49:18 GMT
452
+ - request:
453
+ method: post
454
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-271858-27UahbhZxheeDc3A0o1NcocnjA4P4IDRHFPb763o5BYbFg1JOL-cas
455
+ body:
456
+ encoding: UTF-8
457
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
458
+ headers:
459
+ Accept:
460
+ - "*/*; q=0.5, application/xml"
461
+ Accept-Encoding:
462
+ - gzip, deflate
463
+ Content-Length:
464
+ - '39'
465
+ Content-Type:
466
+ - application/x-www-form-urlencoded
467
+ User-Agent:
468
+ - Ruby
469
+ response:
470
+ status:
471
+ code: 200
472
+ message: ''
473
+ headers:
474
+ Cache-Control:
475
+ - no-cache, no-store, max-age=0, must-revalidate
476
+ Pragma:
477
+ - no-cache
478
+ Expires:
479
+ - '0'
480
+ X-Xss-Protection:
481
+ - 1; mode=block
482
+ X-Frame-Options:
483
+ - SAMEORIGIN
484
+ X-Content-Type-Options:
485
+ - nosniff
486
+ Content-Type:
487
+ - text/plain;charset=utf-8
488
+ Content-Length:
489
+ - '35'
490
+ Date:
491
+ - Tue, 03 Oct 2017 14:49:18 GMT
492
+ Set-Cookie:
493
+ - BIGipServervsacweb_p=!ljJmibUMjf1p26TLMWjf8K3rTDmEEiSXUQzrSHxSJVCqRP4qlujdKNBY+ZGo5nxDBea53//MREgtZis=;
494
+ expires=Tue, 03-Oct-2017 16:49:18 GMT; path=/; Httponly; Secure
495
+ X-Vip-Info:
496
+ - 130.14.16.40:443
497
+ X-Pool-Info:
498
+ - "/Common/vsacweb_p 10.1.5.114 8080"
499
+ Strict-Transport-Security:
500
+ - max-age=31536000; includeSubDomains; preload
501
+ body:
502
+ encoding: UTF-8
503
+ string: ST-1146348-5at7FBt0obyIUqaFSKfl-cas
504
+ http_version:
505
+ recorded_at: Tue, 03 Oct 2017 14:49:18 GMT
506
+ - request:
507
+ method: get
508
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.114222.4.11.836&profile=MU2%20Update%202016-04-01&ticket=ST-1146348-5at7FBt0obyIUqaFSKfl-cas
509
+ body:
510
+ encoding: US-ASCII
511
+ string: ''
512
+ headers:
513
+ Accept:
514
+ - "*/*; q=0.5, application/xml"
515
+ Accept-Encoding:
516
+ - gzip, deflate
517
+ User-Agent:
518
+ - Ruby
519
+ response:
520
+ status:
521
+ code: 200
522
+ message: ''
523
+ headers:
524
+ Cache-Control:
525
+ - no-cache, no-store, max-age=0, must-revalidate
526
+ Pragma:
527
+ - no-cache
528
+ Expires:
529
+ - '0'
530
+ X-Xss-Protection:
531
+ - 1; mode=block
532
+ X-Frame-Options:
533
+ - SAMEORIGIN
534
+ X-Content-Type-Options:
535
+ - nosniff
536
+ Set-Cookie:
537
+ - BIGipServervsacweb_p=!ex2RjBrtI+F+M4/LMWjf8K3rTDmEEs3KIBIktFYVSKXzHqu9JpAxmYPN5eS/UtN65zXiB2X4xvcbCK8=;
538
+ expires=Tue, 03-Oct-2017 16:49:18 GMT; path=/; Httponly; Secure
539
+ - JSESSIONID=C0FDF2F1803DAE44EAAE7A901E9859DB;path=/vsac;HttpOnly;Secure
540
+ Content-Type:
541
+ - text/xml;charset=utf-8
542
+ Content-Length:
543
+ - '1765'
544
+ Date:
545
+ - Tue, 03 Oct 2017 14:49:17 GMT
546
+ X-Vip-Info:
547
+ - 130.14.16.40:443
548
+ X-Pool-Info:
549
+ - "/Common/vsacweb_p 10.1.5.112 8080"
550
+ Strict-Transport-Security:
551
+ - max-age=31536000; includeSubDomains; preload
552
+ body:
553
+ encoding: UTF-8
554
+ string: |
555
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
556
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
557
+ <ns0:DescribedValueSet ID="2.16.840.1.114222.4.11.836" displayName="Race" version="N/A">
558
+ <ns0:ConceptList>
559
+ <ns0:Concept code="1002-5" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="American Indian or Alaska Native"/>
560
+ <ns0:Concept code="2028-9" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="Asian"/>
561
+ <ns0:Concept code="2054-5" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="Black or African American"/>
562
+ <ns0:Concept code="2076-8" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="Native Hawaiian or Other Pacific Islander"/>
563
+ <ns0:Concept code="2106-3" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="White"/>
564
+ <ns0:Concept code="2131-1" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="Other Race"/>
565
+ </ns0:ConceptList>
566
+ <ns0:Source>Centers for Disease Control National Center for Health Statistics</ns0:Source>
567
+ <ns0:Purpose>(Clinical Focus: ),(Data Element Scope: ),(Inclusion Criteria: ),(Exclusion Criteria: )</ns0:Purpose>
568
+ <ns0:Type>Extensional</ns0:Type>
569
+ <ns0:Binding>Dynamic</ns0:Binding>
570
+ <ns0:Status>Active</ns0:Status>
571
+ <ns0:RevisionDate>2012-10-25</ns0:RevisionDate>
572
+ </ns0:DescribedValueSet>
573
+ </ns0:RetrieveMultipleValueSetsResponse>
574
+ http_version:
575
+ recorded_at: Tue, 03 Oct 2017 14:49:18 GMT
576
+ - request:
577
+ method: post
578
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-271858-27UahbhZxheeDc3A0o1NcocnjA4P4IDRHFPb763o5BYbFg1JOL-cas
579
+ body:
580
+ encoding: UTF-8
581
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
582
+ headers:
583
+ Accept:
584
+ - "*/*; q=0.5, application/xml"
585
+ Accept-Encoding:
586
+ - gzip, deflate
587
+ Content-Length:
588
+ - '39'
589
+ Content-Type:
590
+ - application/x-www-form-urlencoded
591
+ User-Agent:
592
+ - Ruby
593
+ response:
594
+ status:
595
+ code: 200
596
+ message: ''
597
+ headers:
598
+ Cache-Control:
599
+ - no-cache, no-store, max-age=0, must-revalidate
600
+ Pragma:
601
+ - no-cache
602
+ Expires:
603
+ - '0'
604
+ X-Xss-Protection:
605
+ - 1; mode=block
606
+ X-Frame-Options:
607
+ - SAMEORIGIN
608
+ X-Content-Type-Options:
609
+ - nosniff
610
+ Content-Type:
611
+ - text/plain;charset=utf-8
612
+ Content-Length:
613
+ - '35'
614
+ Date:
615
+ - Tue, 03 Oct 2017 14:49:18 GMT
616
+ Set-Cookie:
617
+ - BIGipServervsacweb_p=!tQMujzV/FPA+qF3LMWjf8K3rTDmEEif8uKDws/pAOrrx+Scu+7pjZhSqyFGh6pVe8WHmj8zdAWE1yZA=;
618
+ expires=Tue, 03-Oct-2017 16:49:18 GMT; path=/; Httponly; Secure
619
+ X-Vip-Info:
620
+ - 130.14.16.40:443
621
+ X-Pool-Info:
622
+ - "/Common/vsacweb_p 10.1.5.112 8080"
623
+ Strict-Transport-Security:
624
+ - max-age=31536000; includeSubDomains; preload
625
+ body:
626
+ encoding: UTF-8
627
+ string: ST-1146350-GsFqHg3XoWh24ielfTiN-cas
628
+ http_version:
629
+ recorded_at: Tue, 03 Oct 2017 14:49:18 GMT
630
+ - request:
631
+ method: get
632
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.113762.1.4.1&profile=MU2%20Update%202016-04-01&ticket=ST-1146350-GsFqHg3XoWh24ielfTiN-cas
633
+ body:
634
+ encoding: US-ASCII
635
+ string: ''
636
+ headers:
637
+ Accept:
638
+ - "*/*; q=0.5, application/xml"
639
+ Accept-Encoding:
640
+ - gzip, deflate
641
+ User-Agent:
642
+ - Ruby
643
+ response:
644
+ status:
645
+ code: 200
646
+ message: ''
647
+ headers:
648
+ Cache-Control:
649
+ - no-cache, no-store, max-age=0, must-revalidate
650
+ Pragma:
651
+ - no-cache
652
+ Expires:
653
+ - '0'
654
+ X-Xss-Protection:
655
+ - 1; mode=block
656
+ X-Frame-Options:
657
+ - SAMEORIGIN
658
+ X-Content-Type-Options:
659
+ - nosniff
660
+ Set-Cookie:
661
+ - BIGipServervsacweb_p=!BMbB1LwzwJqWnQ3LMWjf8K3rTDmEEmEtnwVx2mHT4qipu+LHAkmRHh4EwQB18s4oWvv8H7TpDaKJoLs=;
662
+ expires=Tue, 03-Oct-2017 16:49:19 GMT; path=/; Httponly; Secure
663
+ - JSESSIONID=EFCFB1D766D3275860EAC5A5A9C7D687;path=/vsac;HttpOnly;Secure
664
+ Content-Type:
665
+ - text/xml;charset=utf-8
666
+ Content-Length:
667
+ - '1356'
668
+ Date:
669
+ - Tue, 03 Oct 2017 14:49:18 GMT
670
+ X-Vip-Info:
671
+ - 130.14.16.40:443
672
+ X-Pool-Info:
673
+ - "/Common/vsacweb_p 10.1.5.114 8080"
674
+ Strict-Transport-Security:
675
+ - max-age=31536000; includeSubDomains; preload
676
+ body:
677
+ encoding: UTF-8
678
+ string: |
679
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
680
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
681
+ <ns0:DescribedValueSet ID="2.16.840.1.113762.1.4.1" displayName="ONC Administrative Sex" version="N/A">
682
+ <ns0:ConceptList>
683
+ <ns0:Concept code="F" codeSystem="2.16.840.1.113883.5.1" codeSystemName="AdministrativeGender" codeSystemVersion="HL7V3.0_2014-08" displayName="Female"/>
684
+ <ns0:Concept code="M" codeSystem="2.16.840.1.113883.5.1" codeSystemName="AdministrativeGender" codeSystemVersion="HL7V3.0_2014-08" displayName="Male"/>
685
+ </ns0:ConceptList>
686
+ <ns0:Source>Office of the National Coordinator for Health Information Technology</ns0:Source>
687
+ <ns0:Purpose>(Clinical Focus: Gender identity restricted to only Male and Female used in administrative situations requiring a restriction to these two categories.),(Data Element Scope: Gender),(Inclusion Criteria: Male and Female only.),(Exclusion Criteria: Any gender identity that is not male or female.)</ns0:Purpose>
688
+ <ns0:Type>Extensional</ns0:Type>
689
+ <ns0:Binding>Dynamic</ns0:Binding>
690
+ <ns0:Status>Active</ns0:Status>
691
+ <ns0:RevisionDate>2015-03-31</ns0:RevisionDate>
692
+ </ns0:DescribedValueSet>
693
+ </ns0:RetrieveMultipleValueSetsResponse>
694
+ http_version:
695
+ recorded_at: Tue, 03 Oct 2017 14:49:19 GMT
696
+ - request:
697
+ method: post
698
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-271858-27UahbhZxheeDc3A0o1NcocnjA4P4IDRHFPb763o5BYbFg1JOL-cas
699
+ body:
700
+ encoding: UTF-8
701
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
702
+ headers:
703
+ Accept:
704
+ - "*/*; q=0.5, application/xml"
705
+ Accept-Encoding:
706
+ - gzip, deflate
707
+ Content-Length:
708
+ - '39'
709
+ Content-Type:
710
+ - application/x-www-form-urlencoded
711
+ User-Agent:
712
+ - Ruby
713
+ response:
714
+ status:
715
+ code: 200
716
+ message: ''
717
+ headers:
718
+ Cache-Control:
719
+ - no-cache, no-store, max-age=0, must-revalidate
720
+ Pragma:
721
+ - no-cache
722
+ Expires:
723
+ - '0'
724
+ X-Xss-Protection:
725
+ - 1; mode=block
726
+ X-Frame-Options:
727
+ - SAMEORIGIN
728
+ X-Content-Type-Options:
729
+ - nosniff
730
+ Content-Type:
731
+ - text/plain;charset=utf-8
732
+ Content-Length:
733
+ - '35'
734
+ Date:
735
+ - Tue, 03 Oct 2017 14:49:18 GMT
736
+ Set-Cookie:
737
+ - BIGipServervsacweb_p=!f29VhxJBMlCt/6DLMWjf8K3rTDmEEtgr0PuAH5OTun0gpbFj//Pr+Ap8+X+SXjYg/THynfH73XLTNC0=;
738
+ expires=Tue, 03-Oct-2017 16:49:19 GMT; path=/; Httponly; Secure
739
+ X-Vip-Info:
740
+ - 130.14.16.40:443
741
+ X-Pool-Info:
742
+ - "/Common/vsacweb_p 10.1.5.112 8080"
743
+ Strict-Transport-Security:
744
+ - max-age=31536000; includeSubDomains; preload
745
+ body:
746
+ encoding: UTF-8
747
+ string: ST-1146351-RSbsXsW2cTBfDrIuoF6c-cas
748
+ http_version:
749
+ recorded_at: Tue, 03 Oct 2017 14:49:19 GMT
750
+ - request:
751
+ method: get
752
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.114222.4.11.837&profile=MU2%20Update%202016-04-01&ticket=ST-1146351-RSbsXsW2cTBfDrIuoF6c-cas
753
+ body:
754
+ encoding: US-ASCII
755
+ string: ''
756
+ headers:
757
+ Accept:
758
+ - "*/*; q=0.5, application/xml"
759
+ Accept-Encoding:
760
+ - gzip, deflate
761
+ User-Agent:
762
+ - Ruby
763
+ response:
764
+ status:
765
+ code: 200
766
+ message: ''
767
+ headers:
768
+ Cache-Control:
769
+ - no-cache, no-store, max-age=0, must-revalidate
770
+ Pragma:
771
+ - no-cache
772
+ Expires:
773
+ - '0'
774
+ X-Xss-Protection:
775
+ - 1; mode=block
776
+ X-Frame-Options:
777
+ - SAMEORIGIN
778
+ X-Content-Type-Options:
779
+ - nosniff
780
+ Set-Cookie:
781
+ - BIGipServervsacweb_p=!0T4faK0S0kT6+ODLMWjf8K3rTDmEEu5FXrK/l+5mb6gBZkI2AKdOVaOgqAFsHYTTaojkcnw2cQjZNXo=;
782
+ expires=Tue, 03-Oct-2017 16:49:19 GMT; path=/; Httponly; Secure
783
+ - JSESSIONID=2F3217FAA2F8DAE38C47E1D60B0C9855;path=/vsac;HttpOnly;Secure
784
+ Content-Type:
785
+ - text/xml;charset=utf-8
786
+ Content-Length:
787
+ - '1128'
788
+ Date:
789
+ - Tue, 03 Oct 2017 14:49:18 GMT
790
+ X-Vip-Info:
791
+ - 130.14.16.40:443
792
+ X-Pool-Info:
793
+ - "/Common/vsacweb_p 10.1.5.112 8080"
794
+ Strict-Transport-Security:
795
+ - max-age=31536000; includeSubDomains; preload
796
+ body:
797
+ encoding: UTF-8
798
+ string: |
799
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
800
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
801
+ <ns0:DescribedValueSet ID="2.16.840.1.114222.4.11.837" displayName="Ethnicity" version="N/A">
802
+ <ns0:ConceptList>
803
+ <ns0:Concept code="2135-2" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="Hispanic or Latino"/>
804
+ <ns0:Concept code="2186-5" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="Not Hispanic or Latino"/>
805
+ </ns0:ConceptList>
806
+ <ns0:Source>Centers for Disease Control National Center for Health Statistics</ns0:Source>
807
+ <ns0:Purpose>(Clinical Focus: ),(Data Element Scope: ),(Inclusion Criteria: ),(Exclusion Criteria: )</ns0:Purpose>
808
+ <ns0:Type>Extensional</ns0:Type>
809
+ <ns0:Binding>Dynamic</ns0:Binding>
810
+ <ns0:Status>Active</ns0:Status>
811
+ <ns0:RevisionDate>2012-10-25</ns0:RevisionDate>
812
+ </ns0:DescribedValueSet>
813
+ </ns0:RetrieveMultipleValueSetsResponse>
814
+ http_version:
815
+ recorded_at: Tue, 03 Oct 2017 14:49:19 GMT
816
+ - request:
817
+ method: post
818
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-271858-27UahbhZxheeDc3A0o1NcocnjA4P4IDRHFPb763o5BYbFg1JOL-cas
819
+ body:
820
+ encoding: UTF-8
821
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
822
+ headers:
823
+ Accept:
824
+ - "*/*; q=0.5, application/xml"
825
+ Accept-Encoding:
826
+ - gzip, deflate
827
+ Content-Length:
828
+ - '39'
829
+ Content-Type:
830
+ - application/x-www-form-urlencoded
831
+ User-Agent:
832
+ - Ruby
833
+ response:
834
+ status:
835
+ code: 200
836
+ message: ''
837
+ headers:
838
+ Cache-Control:
839
+ - no-cache, no-store, max-age=0, must-revalidate
840
+ Pragma:
841
+ - no-cache
842
+ Expires:
843
+ - '0'
844
+ X-Xss-Protection:
845
+ - 1; mode=block
846
+ X-Frame-Options:
847
+ - SAMEORIGIN
848
+ X-Content-Type-Options:
849
+ - nosniff
850
+ Content-Type:
851
+ - text/plain;charset=utf-8
852
+ Content-Length:
853
+ - '35'
854
+ Date:
855
+ - Tue, 03 Oct 2017 14:49:18 GMT
856
+ Set-Cookie:
857
+ - BIGipServervsacweb_p=!+zWm2Y+6R1umMmDLMWjf8K3rTDmEEuhIfvNd8ZsoO8kYbj2NBxPydlqJDV59ewIGgODXuQ9fjZoN9VU=;
858
+ expires=Tue, 03-Oct-2017 16:49:19 GMT; path=/; Httponly; Secure
859
+ X-Vip-Info:
860
+ - 130.14.16.40:443
861
+ X-Pool-Info:
862
+ - "/Common/vsacweb_p 10.1.5.112 8080"
863
+ Strict-Transport-Security:
864
+ - max-age=31536000; includeSubDomains; preload
865
+ body:
866
+ encoding: UTF-8
867
+ string: ST-1146354-TEr7m4MbaHImAbCsQe2E-cas
868
+ http_version:
869
+ recorded_at: Tue, 03 Oct 2017 14:49:19 GMT
870
+ - request:
871
+ method: get
872
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.113883.3.600.1.462&profile=MU2%20Update%202016-04-01&ticket=ST-1146354-TEr7m4MbaHImAbCsQe2E-cas
873
+ body:
874
+ encoding: US-ASCII
875
+ string: ''
876
+ headers:
877
+ Accept:
878
+ - "*/*; q=0.5, application/xml"
879
+ Accept-Encoding:
880
+ - gzip, deflate
881
+ User-Agent:
882
+ - Ruby
883
+ response:
884
+ status:
885
+ code: 200
886
+ message: ''
887
+ headers:
888
+ Cache-Control:
889
+ - no-cache, no-store, max-age=0, must-revalidate
890
+ Pragma:
891
+ - no-cache
892
+ Expires:
893
+ - '0'
894
+ X-Xss-Protection:
895
+ - 1; mode=block
896
+ X-Frame-Options:
897
+ - SAMEORIGIN
898
+ X-Content-Type-Options:
899
+ - nosniff
900
+ Set-Cookie:
901
+ - BIGipServervsacweb_p=!pmhpzwqyWbxKN7zLMWjf8K3rTDmEEgU0f1TDMoXieKvrCpg1v2HGz7v0NZAhAF/G1lMGcwC1hmxKAnE=;
902
+ expires=Tue, 03-Oct-2017 16:49:19 GMT; path=/; Httponly; Secure
903
+ - JSESSIONID=246A7C2477BC2A37997695312AD81199;path=/vsac;HttpOnly;Secure
904
+ Content-Type:
905
+ - text/xml;charset=utf-8
906
+ Content-Length:
907
+ - '1311'
908
+ Date:
909
+ - Tue, 03 Oct 2017 14:49:18 GMT
910
+ X-Vip-Info:
911
+ - 130.14.16.40:443
912
+ X-Pool-Info:
913
+ - "/Common/vsacweb_p 10.1.5.112 8080"
914
+ Strict-Transport-Security:
915
+ - max-age=31536000; includeSubDomains; preload
916
+ body:
917
+ encoding: UTF-8
918
+ string: |
919
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
920
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
921
+ <ns0:DescribedValueSet ID="2.16.840.1.113883.3.600.1.462" displayName="Current Medications Documented SNMD" version="N/A">
922
+ <ns0:ConceptList>
923
+ <ns0:Concept code="428191000124101" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Documentation of current medications (procedure)"/>
924
+ </ns0:ConceptList>
925
+ <ns0:Source>Quality Insights of Pennsylvania</ns0:Source>
926
+ <ns0:Purpose>(Clinical Focus: The general focus of this value set is to capture that the procedure or task of documenting a current medication list in the medical record is accomplished.),(Data Element Scope: ),(Inclusion Criteria: Includes all documentation of current medications in the medical record.),(Exclusion Criteria: Medication lists that have not been reviewed or updated in the medical record.)</ns0:Purpose>
927
+ <ns0:Type>Extensional</ns0:Type>
928
+ <ns0:Binding>Dynamic</ns0:Binding>
929
+ <ns0:Status>Active</ns0:Status>
930
+ <ns0:RevisionDate>2017-05-04</ns0:RevisionDate>
931
+ </ns0:DescribedValueSet>
932
+ </ns0:RetrieveMultipleValueSetsResponse>
933
+ http_version:
934
+ recorded_at: Tue, 03 Oct 2017 14:49:19 GMT
935
+ - request:
936
+ method: post
937
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-271858-27UahbhZxheeDc3A0o1NcocnjA4P4IDRHFPb763o5BYbFg1JOL-cas
938
+ body:
939
+ encoding: UTF-8
940
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
941
+ headers:
942
+ Accept:
943
+ - "*/*; q=0.5, application/xml"
944
+ Accept-Encoding:
945
+ - gzip, deflate
946
+ Content-Length:
947
+ - '39'
948
+ Content-Type:
949
+ - application/x-www-form-urlencoded
950
+ User-Agent:
951
+ - Ruby
952
+ response:
953
+ status:
954
+ code: 200
955
+ message: ''
956
+ headers:
957
+ Cache-Control:
958
+ - no-cache, no-store, max-age=0, must-revalidate
959
+ Pragma:
960
+ - no-cache
961
+ Expires:
962
+ - '0'
963
+ X-Xss-Protection:
964
+ - 1; mode=block
965
+ X-Frame-Options:
966
+ - SAMEORIGIN
967
+ X-Content-Type-Options:
968
+ - nosniff
969
+ Content-Type:
970
+ - text/plain;charset=utf-8
971
+ Content-Length:
972
+ - '35'
973
+ Date:
974
+ - Tue, 03 Oct 2017 14:49:19 GMT
975
+ Set-Cookie:
976
+ - BIGipServervsacweb_p=!Jkxmn6szyrwgZEbLMWjf8K3rTDmEEnbY0Yj0QkyHmea+6sq4fX7aDHIoonBHg/KbPXdZCHuEEckSZn0=;
977
+ expires=Tue, 03-Oct-2017 16:49:19 GMT; path=/; Httponly; Secure
978
+ X-Vip-Info:
979
+ - 130.14.16.40:443
980
+ X-Pool-Info:
981
+ - "/Common/vsacweb_p 10.1.5.112 8080"
982
+ Strict-Transport-Security:
983
+ - max-age=31536000; includeSubDomains; preload
984
+ body:
985
+ encoding: UTF-8
986
+ string: ST-1146356-If12kx3ZadrzIY3wTCDA-cas
987
+ http_version:
988
+ recorded_at: Tue, 03 Oct 2017 14:49:19 GMT
989
+ - request:
990
+ method: get
991
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.114222.4.11.3591&profile=MU2%20Update%202016-04-01&ticket=ST-1146356-If12kx3ZadrzIY3wTCDA-cas
992
+ body:
993
+ encoding: US-ASCII
994
+ string: ''
995
+ headers:
996
+ Accept:
997
+ - "*/*; q=0.5, application/xml"
998
+ Accept-Encoding:
999
+ - gzip, deflate
1000
+ User-Agent:
1001
+ - Ruby
1002
+ response:
1003
+ status:
1004
+ code: 200
1005
+ message: ''
1006
+ headers:
1007
+ Cache-Control:
1008
+ - no-cache, no-store, max-age=0, must-revalidate
1009
+ Pragma:
1010
+ - no-cache
1011
+ Expires:
1012
+ - '0'
1013
+ X-Xss-Protection:
1014
+ - 1; mode=block
1015
+ X-Frame-Options:
1016
+ - SAMEORIGIN
1017
+ X-Content-Type-Options:
1018
+ - nosniff
1019
+ Set-Cookie:
1020
+ - BIGipServervsacweb_p=!wlZ9tpB60DkSoSvLMWjf8K3rTDmEEiItTjcTDF0MpguU838isLEN7C1GLzCSX90l6Qj1TrT70DU/kUo=;
1021
+ expires=Tue, 03-Oct-2017 16:49:20 GMT; path=/; Httponly; Secure
1022
+ - JSESSIONID=A817648C0B11926574EFB00A0658A966;path=/vsac;HttpOnly;Secure
1023
+ Content-Type:
1024
+ - text/xml;charset=utf-8
1025
+ Content-Length:
1026
+ - '24825'
1027
+ Date:
1028
+ - Tue, 03 Oct 2017 14:49:19 GMT
1029
+ X-Vip-Info:
1030
+ - 130.14.16.40:443
1031
+ X-Pool-Info:
1032
+ - "/Common/vsacweb_p 10.1.5.114 8080"
1033
+ Strict-Transport-Security:
1034
+ - max-age=31536000; includeSubDomains; preload
1035
+ body:
1036
+ encoding: UTF-8
1037
+ string: |
1038
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
1039
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1040
+ <ns0:DescribedValueSet ID="2.16.840.1.114222.4.11.3591" displayName="Payer" version="N/A">
1041
+ <ns0:ConceptList>
1042
+ <ns0:Concept code="1" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="MEDICARE"/>
1043
+ <ns0:Concept code="11" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare (Managed Care)"/>
1044
+ <ns0:Concept code="111" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare HMO"/>
1045
+ <ns0:Concept code="112" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare PPO"/>
1046
+ <ns0:Concept code="113" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare POS"/>
1047
+ <ns0:Concept code="119" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare Managed Care Other"/>
1048
+ <ns0:Concept code="12" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare (Non-managed Care)"/>
1049
+ <ns0:Concept code="121" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare FFS"/>
1050
+ <ns0:Concept code="122" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare Drug Benefit"/>
1051
+ <ns0:Concept code="123" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare Medical Savings Account (MSA)"/>
1052
+ <ns0:Concept code="129" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare Non-managed Care Other"/>
1053
+ <ns0:Concept code="19" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare Other"/>
1054
+ <ns0:Concept code="2" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="MEDICAID"/>
1055
+ <ns0:Concept code="21" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid (Managed Care)"/>
1056
+ <ns0:Concept code="211" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid HMO"/>
1057
+ <ns0:Concept code="212" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid PPO"/>
1058
+ <ns0:Concept code="213" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid PCCM (Primary Care Case Management)"/>
1059
+ <ns0:Concept code="219" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid Managed Care Other"/>
1060
+ <ns0:Concept code="22" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid (Non-managed Care Plan)"/>
1061
+ <ns0:Concept code="23" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid/SCHIP"/>
1062
+ <ns0:Concept code="24" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid Applicant"/>
1063
+ <ns0:Concept code="25" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid - Out of State"/>
1064
+ <ns0:Concept code="29" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid Other"/>
1065
+ <ns0:Concept code="3" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="OTHER GOVERNMENT (Federal/State/Local) (excluding Department of Corrections)"/>
1066
+ <ns0:Concept code="31" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Department of Defense"/>
1067
+ <ns0:Concept code="311" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE (CHAMPUS)"/>
1068
+ <ns0:Concept code="3111" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE Prime-HMO"/>
1069
+ <ns0:Concept code="3112" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE Extra-PPO"/>
1070
+ <ns0:Concept code="3113" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE Standard - Fee For Service"/>
1071
+ <ns0:Concept code="3114" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE For Life--Medicare Supplement"/>
1072
+ <ns0:Concept code="3115" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE Reserve Select"/>
1073
+ <ns0:Concept code="3116" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Uniformed Services Family Health Plan (USFHP) -- HMO"/>
1074
+ <ns0:Concept code="3119" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Department of Defense - (other)"/>
1075
+ <ns0:Concept code="312" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Military Treatment Facility"/>
1076
+ <ns0:Concept code="3121" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Enrolled Prime-HMO"/>
1077
+ <ns0:Concept code="3122" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Non-enrolled Space Available"/>
1078
+ <ns0:Concept code="3123" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE For Life (TFL)"/>
1079
+ <ns0:Concept code="313" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Dental --Stand Alone"/>
1080
+ <ns0:Concept code="32" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Department of Veterans Affairs"/>
1081
+ <ns0:Concept code="321" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Veteran care--Care provided to Veterans"/>
1082
+ <ns0:Concept code="3211" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Direct Care--Care provided in VA facilities"/>
1083
+ <ns0:Concept code="3212" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Indirect Care--Care provided outside VA facilities"/>
1084
+ <ns0:Concept code="32121" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Fee Basis"/>
1085
+ <ns0:Concept code="32122" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Foreign Fee/Foreign Medical Program(FMP)"/>
1086
+ <ns0:Concept code="32123" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Contract Nursing Home/Community Nursing Home"/>
1087
+ <ns0:Concept code="32124" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="State Veterans Home"/>
1088
+ <ns0:Concept code="32125" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Sharing Agreements"/>
1089
+ <ns0:Concept code="32126" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other Federal Agency"/>
1090
+ <ns0:Concept code="322" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Non-veteran care"/>
1091
+ <ns0:Concept code="3221" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Civilian Health and Medical Program for the VA (CHAMPVA)"/>
1092
+ <ns0:Concept code="3222" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Spina Bifida Health Care Program (SB)"/>
1093
+ <ns0:Concept code="3223" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Children of Women Vietnam Veterans (CWVV)"/>
1094
+ <ns0:Concept code="3229" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other non-veteran care"/>
1095
+ <ns0:Concept code="33" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Indian Health Service or Tribe"/>
1096
+ <ns0:Concept code="331" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Indian Health Service - Regular"/>
1097
+ <ns0:Concept code="332" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Indian Health Service - Contract"/>
1098
+ <ns0:Concept code="333" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Indian Health Service - Managed Care"/>
1099
+ <ns0:Concept code="334" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Indian Tribe - Sponsored Coverage"/>
1100
+ <ns0:Concept code="34" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="HRSA Program"/>
1101
+ <ns0:Concept code="341" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Title V (MCH Block Grant)"/>
1102
+ <ns0:Concept code="342" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Migrant Health Program"/>
1103
+ <ns0:Concept code="343" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Ryan White Act"/>
1104
+ <ns0:Concept code="349" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other"/>
1105
+ <ns0:Concept code="35" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Black Lung"/>
1106
+ <ns0:Concept code="36" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="State Government"/>
1107
+ <ns0:Concept code="361" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="State SCHIP program (codes for individual states)"/>
1108
+ <ns0:Concept code="362" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Specific state programs (list/ local code)"/>
1109
+ <ns0:Concept code="369" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="State, not otherwise specified (other state)"/>
1110
+ <ns0:Concept code="37" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Local Government"/>
1111
+ <ns0:Concept code="371" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Local - Managed care"/>
1112
+ <ns0:Concept code="3711" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="HMO"/>
1113
+ <ns0:Concept code="3712" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="PPO"/>
1114
+ <ns0:Concept code="3713" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="POS"/>
1115
+ <ns0:Concept code="372" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="FFS/Indemnity"/>
1116
+ <ns0:Concept code="379" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Local, not otherwise specified (other local, county)"/>
1117
+ <ns0:Concept code="38" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other Government (Federal, State, Local not specified)"/>
1118
+ <ns0:Concept code="381" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Federal, State, Local not specified managed care"/>
1119
+ <ns0:Concept code="3811" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Federal, State, Local not specified - HMO"/>
1120
+ <ns0:Concept code="3812" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Federal, State, Local not specified - PPO"/>
1121
+ <ns0:Concept code="3813" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Federal, State, Local not specified - POS"/>
1122
+ <ns0:Concept code="3819" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Federal, State, Local not specified - not specified managed care"/>
1123
+ <ns0:Concept code="382" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Federal, State, Local not specified - FFS"/>
1124
+ <ns0:Concept code="389" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Federal, State, Local not specified - Other"/>
1125
+ <ns0:Concept code="39" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other Federal"/>
1126
+ <ns0:Concept code="4" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="DEPARTMENTS OF CORRECTIONS"/>
1127
+ <ns0:Concept code="41" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Corrections Federal"/>
1128
+ <ns0:Concept code="42" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Corrections State"/>
1129
+ <ns0:Concept code="43" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Corrections Local"/>
1130
+ <ns0:Concept code="44" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Corrections Unknown Level"/>
1131
+ <ns0:Concept code="5" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="PRIVATE HEALTH INSURANCE"/>
1132
+ <ns0:Concept code="51" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Managed Care (Private)"/>
1133
+ <ns0:Concept code="511" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Commercial Managed Care - HMO"/>
1134
+ <ns0:Concept code="512" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Commercial Managed Care - PPO"/>
1135
+ <ns0:Concept code="513" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Commercial Managed Care - POS"/>
1136
+ <ns0:Concept code="514" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Exclusive Provider Organization"/>
1137
+ <ns0:Concept code="515" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Gatekeeper PPO (GPPO)"/>
1138
+ <ns0:Concept code="519" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Managed Care, Other (non HMO)"/>
1139
+ <ns0:Concept code="52" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Private Health Insurance - Indemnity"/>
1140
+ <ns0:Concept code="521" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Commercial Indemnity"/>
1141
+ <ns0:Concept code="522" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Self-insured (ERISA) Administrative Services Only (ASO) plan"/>
1142
+ <ns0:Concept code="523" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare supplemental policy (as second payer)"/>
1143
+ <ns0:Concept code="529" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Private health insurance-other commercial Indemnity"/>
1144
+ <ns0:Concept code="53" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Managed Care (private) or private health insurance (indemnity), not otherwise specified"/>
1145
+ <ns0:Concept code="54" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Organized Delivery System"/>
1146
+ <ns0:Concept code="55" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Small Employer Purchasing Group"/>
1147
+ <ns0:Concept code="59" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other Private Insurance"/>
1148
+ <ns0:Concept code="6" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BLUE CROSS/BLUE SHIELD"/>
1149
+ <ns0:Concept code="61" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Managed Care"/>
1150
+ <ns0:Concept code="611" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Managed Care - HMO"/>
1151
+ <ns0:Concept code="612" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Managed Care - PPO"/>
1152
+ <ns0:Concept code="613" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Managed Care - POS"/>
1153
+ <ns0:Concept code="619" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Managed Care - Other"/>
1154
+ <ns0:Concept code="62" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Indemnity"/>
1155
+ <ns0:Concept code="63" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC (Indemnity or Managed Care) - Out of State"/>
1156
+ <ns0:Concept code="64" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC (Indemnity or Managed Care) - Unspecified"/>
1157
+ <ns0:Concept code="69" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC (Indemnity or Managed Care) - Other"/>
1158
+ <ns0:Concept code="7" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="MANAGED CARE, UNSPECIFIED (to be used only if one can't distinguish public from private)"/>
1159
+ <ns0:Concept code="71" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="HMO"/>
1160
+ <ns0:Concept code="72" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="PPO"/>
1161
+ <ns0:Concept code="73" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="POS"/>
1162
+ <ns0:Concept code="79" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other Managed Care, Unknown if public or private"/>
1163
+ <ns0:Concept code="8" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="NO PAYMENT from an Organization/Agency/Program/Private Payer Listed"/>
1164
+ <ns0:Concept code="81" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Self-pay"/>
1165
+ <ns0:Concept code="82" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="No Charge"/>
1166
+ <ns0:Concept code="821" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Charity"/>
1167
+ <ns0:Concept code="822" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Professional Courtesy"/>
1168
+ <ns0:Concept code="823" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Research/Clinical Trial"/>
1169
+ <ns0:Concept code="83" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Refusal to Pay/Bad Debt"/>
1170
+ <ns0:Concept code="84" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Hill Burton Free Care"/>
1171
+ <ns0:Concept code="85" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Research/Donor"/>
1172
+ <ns0:Concept code="89" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="No Payment, Other"/>
1173
+ <ns0:Concept code="9" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="MISCELLANEOUS/OTHER"/>
1174
+ <ns0:Concept code="91" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Foreign National"/>
1175
+ <ns0:Concept code="92" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other (Non-government)"/>
1176
+ <ns0:Concept code="93" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Disability Insurance"/>
1177
+ <ns0:Concept code="94" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Long-term Care Insurance"/>
1178
+ <ns0:Concept code="95" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Worker's Compensation"/>
1179
+ <ns0:Concept code="951" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Worker's Comp HMO"/>
1180
+ <ns0:Concept code="953" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Worker's Comp Fee-for-Service"/>
1181
+ <ns0:Concept code="954" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Worker's Comp Other Managed Care"/>
1182
+ <ns0:Concept code="959" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Worker's Comp, Other unspecified"/>
1183
+ <ns0:Concept code="96" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Auto Insurance (no fault)"/>
1184
+ <ns0:Concept code="98" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other specified (includes Hospice - Unspecified plan)"/>
1185
+ <ns0:Concept code="99" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="No Typology Code available for payment source"/>
1186
+ <ns0:Concept code="9999" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Unavailable / Unknown"/>
1187
+ </ns0:ConceptList>
1188
+ <ns0:Source>HL7 Terminology</ns0:Source>
1189
+ <ns0:Purpose>(Clinical Focus: Categories of types of health care payor entities as defined by the US Public Health Data Consortium SOP code system),(Data Element Scope: @code in CCDA r2.1 template Planned Coverage [act: identifier urn:oid:2.16.840.1.113883.10.20.22.4.129 (open)] DYNAMIC),(Inclusion Criteria: All codes in the code system),(Exclusion Criteria: none)</ns0:Purpose>
1190
+ <ns0:Type>Extensional</ns0:Type>
1191
+ <ns0:Binding>Dynamic</ns0:Binding>
1192
+ <ns0:Status>Active</ns0:Status>
1193
+ <ns0:RevisionDate>2016-11-08</ns0:RevisionDate>
1194
+ </ns0:DescribedValueSet>
1195
+ </ns0:RetrieveMultipleValueSetsResponse>
1196
+ http_version:
1197
+ recorded_at: Tue, 03 Oct 2017 14:49:20 GMT
1198
+ recorded_with: VCR 3.0.3