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,1678 @@
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
+ - '64'
41
+ Date:
42
+ - Fri, 08 Sep 2017 15:58:33 GMT
43
+ Set-Cookie:
44
+ - BIGipServervsacweb_p=!FH27yBlQtB2QLiDLMWjf8K3rTDmEElPC4IXe72fzdNeZZb1AJPU0aQ8D0+tS/49YjF2UF7762i6uxrA=;
45
+ expires=Fri, 08-Sep-2017 17:58:33 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.111 8080"
50
+ Strict-Transport-Security:
51
+ - max-age=31536000; includeSubDomains; preload
52
+ body:
53
+ encoding: UTF-8
54
+ string: TGT-67047-d2tnSUSGeAg1eX3RkoliUa4f5pm0cALbkFiuftdoMguRMPh3af-cas
55
+ http_version:
56
+ recorded_at: Fri, 08 Sep 2017 15:58:35 GMT
57
+ - request:
58
+ method: post
59
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-67047-d2tnSUSGeAg1eX3RkoliUa4f5pm0cALbkFiuftdoMguRMPh3af-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
+ - '34'
95
+ Date:
96
+ - Fri, 08 Sep 2017 15:58:33 GMT
97
+ Set-Cookie:
98
+ - BIGipServervsacweb_p=!mAfV+1T5yQ/QRbfLMWjf8K3rTDmEEmfh8ROzZZQfcLvI+LfY0nex5dh4GaMnBYF8EC+paKHBNHcgolE=;
99
+ expires=Fri, 08-Sep-2017 17:58:33 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.111 8080"
104
+ Strict-Transport-Security:
105
+ - max-age=31536000; includeSubDomains; preload
106
+ body:
107
+ encoding: UTF-8
108
+ string: ST-371162-oQUIXhvcHQ4ntQRfzjWp-cas
109
+ http_version:
110
+ recorded_at: Fri, 08 Sep 2017 15:58:35 GMT
111
+ - request:
112
+ method: get
113
+ 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-371162-oQUIXhvcHQ4ntQRfzjWp-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=!d9v0hF/8F0Q59k7LMWjf8K3rTDmEEuM4FxN3IHGc2JaFzNsyPGmg4Zpx7kjDZcPC5Sex6ck7F4HZQDo=;
143
+ expires=Fri, 08-Sep-2017 17:58:33 GMT; path=/; Httponly; Secure
144
+ - JSESSIONID=0528F564E71AEFE401D71713865B09D2;path=/vsac;HttpOnly;Secure
145
+ Content-Type:
146
+ - text/xml;charset=utf-8
147
+ Content-Length:
148
+ - '1356'
149
+ Date:
150
+ - Fri, 08 Sep 2017 15:58:33 GMT
151
+ X-Vip-Info:
152
+ - 130.14.16.40:443
153
+ X-Pool-Info:
154
+ - "/Common/vsacweb_p 10.1.5.110 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.113762.1.4.1" displayName="ONC Administrative Sex" version="N/A">
163
+ <ns0:ConceptList>
164
+ <ns0:Concept code="F" codeSystem="2.16.840.1.113883.5.1" codeSystemName="AdministrativeGender" codeSystemVersion="HL7V3.0_2014-08" displayName="Female"/>
165
+ <ns0:Concept code="M" codeSystem="2.16.840.1.113883.5.1" codeSystemName="AdministrativeGender" codeSystemVersion="HL7V3.0_2014-08" displayName="Male"/>
166
+ </ns0:ConceptList>
167
+ <ns0:Source>Office of the National Coordinator for Health Information Technology</ns0:Source>
168
+ <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>
169
+ <ns0:Type>Extensional</ns0:Type>
170
+ <ns0:Binding>Dynamic</ns0:Binding>
171
+ <ns0:Status>Active</ns0:Status>
172
+ <ns0:RevisionDate>2015-03-31</ns0:RevisionDate>
173
+ </ns0:DescribedValueSet>
174
+ </ns0:RetrieveMultipleValueSetsResponse>
175
+ http_version:
176
+ recorded_at: Fri, 08 Sep 2017 15:58:35 GMT
177
+ - request:
178
+ method: post
179
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-67047-d2tnSUSGeAg1eX3RkoliUa4f5pm0cALbkFiuftdoMguRMPh3af-cas
180
+ body:
181
+ encoding: UTF-8
182
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
183
+ headers:
184
+ Accept:
185
+ - "*/*; q=0.5, application/xml"
186
+ Accept-Encoding:
187
+ - gzip, deflate
188
+ Content-Length:
189
+ - '39'
190
+ Content-Type:
191
+ - application/x-www-form-urlencoded
192
+ User-Agent:
193
+ - Ruby
194
+ response:
195
+ status:
196
+ code: 200
197
+ message: ''
198
+ headers:
199
+ Cache-Control:
200
+ - no-cache, no-store, max-age=0, must-revalidate
201
+ Pragma:
202
+ - no-cache
203
+ Expires:
204
+ - '0'
205
+ X-Xss-Protection:
206
+ - 1; mode=block
207
+ X-Frame-Options:
208
+ - SAMEORIGIN
209
+ X-Content-Type-Options:
210
+ - nosniff
211
+ Content-Type:
212
+ - text/plain;charset=utf-8
213
+ Content-Length:
214
+ - '34'
215
+ Date:
216
+ - Fri, 08 Sep 2017 15:58:33 GMT
217
+ Set-Cookie:
218
+ - BIGipServervsacweb_p=!7zBrvhsr71CJZqLLMWjf8K3rTDmEEmYs86sypKJswd8hYuJ461ZNLhVtndqJLhgKxxd/ranluYznmjg=;
219
+ expires=Fri, 08-Sep-2017 17:58:33 GMT; path=/; Httponly; Secure
220
+ X-Vip-Info:
221
+ - 130.14.16.40:443
222
+ X-Pool-Info:
223
+ - "/Common/vsacweb_p 10.1.5.110 8080"
224
+ Strict-Transport-Security:
225
+ - max-age=31536000; includeSubDomains; preload
226
+ body:
227
+ encoding: UTF-8
228
+ string: ST-371164-vtV6ZJBXbbD3dmRTan0p-cas
229
+ http_version:
230
+ recorded_at: Fri, 08 Sep 2017 15:58:35 GMT
231
+ - request:
232
+ method: get
233
+ 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-371164-vtV6ZJBXbbD3dmRTan0p-cas
234
+ body:
235
+ encoding: US-ASCII
236
+ string: ''
237
+ headers:
238
+ Accept:
239
+ - "*/*; q=0.5, application/xml"
240
+ Accept-Encoding:
241
+ - gzip, deflate
242
+ User-Agent:
243
+ - Ruby
244
+ response:
245
+ status:
246
+ code: 200
247
+ message: ''
248
+ headers:
249
+ Cache-Control:
250
+ - no-cache, no-store, max-age=0, must-revalidate
251
+ Pragma:
252
+ - no-cache
253
+ Expires:
254
+ - '0'
255
+ X-Xss-Protection:
256
+ - 1; mode=block
257
+ X-Frame-Options:
258
+ - SAMEORIGIN
259
+ X-Content-Type-Options:
260
+ - nosniff
261
+ Set-Cookie:
262
+ - BIGipServervsacweb_p=!4MABaG4c1JPlS1HLMWjf8K3rTDmEEjHTp0CcvGgfO9cWqvbkmF64CHLQbiuFTTY5ZKEiAds+R2cFZ2E=;
263
+ expires=Fri, 08-Sep-2017 17:58:34 GMT; path=/; Httponly; Secure
264
+ - JSESSIONID=9F8DEF81B413333BF01C7500C5FFA5C7;path=/vsac;HttpOnly;Secure
265
+ Content-Type:
266
+ - text/xml;charset=utf-8
267
+ Content-Length:
268
+ - '1765'
269
+ Date:
270
+ - Fri, 08 Sep 2017 15:58:33 GMT
271
+ X-Vip-Info:
272
+ - 130.14.16.40:443
273
+ X-Pool-Info:
274
+ - "/Common/vsacweb_p 10.1.5.111 8080"
275
+ Strict-Transport-Security:
276
+ - max-age=31536000; includeSubDomains; preload
277
+ body:
278
+ encoding: UTF-8
279
+ string: |
280
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
281
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
282
+ <ns0:DescribedValueSet ID="2.16.840.1.114222.4.11.836" displayName="Race" version="N/A">
283
+ <ns0:ConceptList>
284
+ <ns0:Concept code="1002-5" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="American Indian or Alaska Native"/>
285
+ <ns0:Concept code="2028-9" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="Asian"/>
286
+ <ns0:Concept code="2054-5" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="Black or African American"/>
287
+ <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"/>
288
+ <ns0:Concept code="2106-3" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="White"/>
289
+ <ns0:Concept code="2131-1" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="Other Race"/>
290
+ </ns0:ConceptList>
291
+ <ns0:Source>Centers for Disease Control National Center for Health Statistics</ns0:Source>
292
+ <ns0:Purpose>(Clinical Focus: ),(Data Element Scope: ),(Inclusion Criteria: ),(Exclusion Criteria: )</ns0:Purpose>
293
+ <ns0:Type>Extensional</ns0:Type>
294
+ <ns0:Binding>Dynamic</ns0:Binding>
295
+ <ns0:Status>Active</ns0:Status>
296
+ <ns0:RevisionDate>2012-10-25</ns0:RevisionDate>
297
+ </ns0:DescribedValueSet>
298
+ </ns0:RetrieveMultipleValueSetsResponse>
299
+ http_version:
300
+ recorded_at: Fri, 08 Sep 2017 15:58:36 GMT
301
+ - request:
302
+ method: post
303
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-67047-d2tnSUSGeAg1eX3RkoliUa4f5pm0cALbkFiuftdoMguRMPh3af-cas
304
+ body:
305
+ encoding: UTF-8
306
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
307
+ headers:
308
+ Accept:
309
+ - "*/*; q=0.5, application/xml"
310
+ Accept-Encoding:
311
+ - gzip, deflate
312
+ Content-Length:
313
+ - '39'
314
+ Content-Type:
315
+ - application/x-www-form-urlencoded
316
+ User-Agent:
317
+ - Ruby
318
+ response:
319
+ status:
320
+ code: 200
321
+ message: ''
322
+ headers:
323
+ Cache-Control:
324
+ - no-cache, no-store, max-age=0, must-revalidate
325
+ Pragma:
326
+ - no-cache
327
+ Expires:
328
+ - '0'
329
+ X-Xss-Protection:
330
+ - 1; mode=block
331
+ X-Frame-Options:
332
+ - SAMEORIGIN
333
+ X-Content-Type-Options:
334
+ - nosniff
335
+ Content-Type:
336
+ - text/plain;charset=utf-8
337
+ Content-Length:
338
+ - '34'
339
+ Date:
340
+ - Fri, 08 Sep 2017 15:58:33 GMT
341
+ Set-Cookie:
342
+ - BIGipServervsacweb_p=!jsjANlMaqtHSIdzLMWjf8K3rTDmEEgGjCzVrJVn5Y9/3iH+Ycb5EOuGOQwr8MTowY/xQ0KMo03MQau0=;
343
+ expires=Fri, 08-Sep-2017 17:58:34 GMT; path=/; Httponly; Secure
344
+ X-Vip-Info:
345
+ - 130.14.16.40:443
346
+ X-Pool-Info:
347
+ - "/Common/vsacweb_p 10.1.5.111 8080"
348
+ Strict-Transport-Security:
349
+ - max-age=31536000; includeSubDomains; preload
350
+ body:
351
+ encoding: UTF-8
352
+ string: ST-371165-YyyMkJEcLgQfqeVQ0ofQ-cas
353
+ http_version:
354
+ recorded_at: Fri, 08 Sep 2017 15:58:36 GMT
355
+ - request:
356
+ method: get
357
+ 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-371165-YyyMkJEcLgQfqeVQ0ofQ-cas
358
+ body:
359
+ encoding: US-ASCII
360
+ string: ''
361
+ headers:
362
+ Accept:
363
+ - "*/*; q=0.5, application/xml"
364
+ Accept-Encoding:
365
+ - gzip, deflate
366
+ User-Agent:
367
+ - Ruby
368
+ response:
369
+ status:
370
+ code: 200
371
+ message: ''
372
+ headers:
373
+ Cache-Control:
374
+ - no-cache, no-store, max-age=0, must-revalidate
375
+ Pragma:
376
+ - no-cache
377
+ Expires:
378
+ - '0'
379
+ X-Xss-Protection:
380
+ - 1; mode=block
381
+ X-Frame-Options:
382
+ - SAMEORIGIN
383
+ X-Content-Type-Options:
384
+ - nosniff
385
+ Set-Cookie:
386
+ - BIGipServervsacweb_p=!U/yb1Urqn1Ugtq/LMWjf8K3rTDmEEtMAQd9UbBD4W3Kn7AnZM+s9QfXbbwIW15B7L9veIC2RGDG2vJM=;
387
+ expires=Fri, 08-Sep-2017 17:58:34 GMT; path=/; Httponly; Secure
388
+ - JSESSIONID=E18D0F5ADA096192B15B26502AE6830B;path=/vsac;HttpOnly;Secure
389
+ Content-Type:
390
+ - text/xml;charset=utf-8
391
+ Content-Length:
392
+ - '1128'
393
+ Date:
394
+ - Fri, 08 Sep 2017 15:58:34 GMT
395
+ X-Vip-Info:
396
+ - 130.14.16.40:443
397
+ X-Pool-Info:
398
+ - "/Common/vsacweb_p 10.1.5.111 8080"
399
+ Strict-Transport-Security:
400
+ - max-age=31536000; includeSubDomains; preload
401
+ body:
402
+ encoding: UTF-8
403
+ string: |
404
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
405
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
406
+ <ns0:DescribedValueSet ID="2.16.840.1.114222.4.11.837" displayName="Ethnicity" version="N/A">
407
+ <ns0:ConceptList>
408
+ <ns0:Concept code="2135-2" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="Hispanic or Latino"/>
409
+ <ns0:Concept code="2186-5" codeSystem="2.16.840.1.113883.6.238" codeSystemName="CDCREC" codeSystemVersion="1.0" displayName="Not Hispanic or Latino"/>
410
+ </ns0:ConceptList>
411
+ <ns0:Source>Centers for Disease Control National Center for Health Statistics</ns0:Source>
412
+ <ns0:Purpose>(Clinical Focus: ),(Data Element Scope: ),(Inclusion Criteria: ),(Exclusion Criteria: )</ns0:Purpose>
413
+ <ns0:Type>Extensional</ns0:Type>
414
+ <ns0:Binding>Dynamic</ns0:Binding>
415
+ <ns0:Status>Active</ns0:Status>
416
+ <ns0:RevisionDate>2012-10-25</ns0:RevisionDate>
417
+ </ns0:DescribedValueSet>
418
+ </ns0:RetrieveMultipleValueSetsResponse>
419
+ http_version:
420
+ recorded_at: Fri, 08 Sep 2017 15:58:36 GMT
421
+ - request:
422
+ method: post
423
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-67047-d2tnSUSGeAg1eX3RkoliUa4f5pm0cALbkFiuftdoMguRMPh3af-cas
424
+ body:
425
+ encoding: UTF-8
426
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
427
+ headers:
428
+ Accept:
429
+ - "*/*; q=0.5, application/xml"
430
+ Accept-Encoding:
431
+ - gzip, deflate
432
+ Content-Length:
433
+ - '39'
434
+ Content-Type:
435
+ - application/x-www-form-urlencoded
436
+ User-Agent:
437
+ - Ruby
438
+ response:
439
+ status:
440
+ code: 200
441
+ message: ''
442
+ headers:
443
+ Cache-Control:
444
+ - no-cache, no-store, max-age=0, must-revalidate
445
+ Pragma:
446
+ - no-cache
447
+ Expires:
448
+ - '0'
449
+ X-Xss-Protection:
450
+ - 1; mode=block
451
+ X-Frame-Options:
452
+ - SAMEORIGIN
453
+ X-Content-Type-Options:
454
+ - nosniff
455
+ Content-Type:
456
+ - text/plain;charset=utf-8
457
+ Content-Length:
458
+ - '34'
459
+ Date:
460
+ - Fri, 08 Sep 2017 15:58:34 GMT
461
+ Set-Cookie:
462
+ - BIGipServervsacweb_p=!2+8wlG2GtUWzOdbLMWjf8K3rTDmEEuCKP/V4lNL5Ex9d8YdELLp+pP5MtOOBBMvQvo9DQasTs/PaiKM=;
463
+ expires=Fri, 08-Sep-2017 17:58:34 GMT; path=/; Httponly; Secure
464
+ X-Vip-Info:
465
+ - 130.14.16.40:443
466
+ X-Pool-Info:
467
+ - "/Common/vsacweb_p 10.1.5.111 8080"
468
+ Strict-Transport-Security:
469
+ - max-age=31536000; includeSubDomains; preload
470
+ body:
471
+ encoding: UTF-8
472
+ string: ST-371168-wuQQTTUUkycTnpBrENcm-cas
473
+ http_version:
474
+ recorded_at: Fri, 08 Sep 2017 15:58:36 GMT
475
+ - request:
476
+ method: get
477
+ 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-371168-wuQQTTUUkycTnpBrENcm-cas
478
+ body:
479
+ encoding: US-ASCII
480
+ string: ''
481
+ headers:
482
+ Accept:
483
+ - "*/*; q=0.5, application/xml"
484
+ Accept-Encoding:
485
+ - gzip, deflate
486
+ User-Agent:
487
+ - Ruby
488
+ response:
489
+ status:
490
+ code: 200
491
+ message: ''
492
+ headers:
493
+ Cache-Control:
494
+ - no-cache, no-store, max-age=0, must-revalidate
495
+ Pragma:
496
+ - no-cache
497
+ Expires:
498
+ - '0'
499
+ X-Xss-Protection:
500
+ - 1; mode=block
501
+ X-Frame-Options:
502
+ - SAMEORIGIN
503
+ X-Content-Type-Options:
504
+ - nosniff
505
+ Set-Cookie:
506
+ - BIGipServervsacweb_p=!wXF6OowgpYdApQPLMWjf8K3rTDmEEoaEBtAYr+ExGtf+yaRQ4BbMvUUUmzaMDz5yBT3llz85ULXfQNk=;
507
+ expires=Fri, 08-Sep-2017 17:58:34 GMT; path=/; Httponly; Secure
508
+ - JSESSIONID=55FD027ED02F4198B44ED3CCC8AF98BF;path=/vsac;HttpOnly;Secure
509
+ Content-Type:
510
+ - text/xml;charset=utf-8
511
+ Content-Length:
512
+ - '24825'
513
+ Date:
514
+ - Fri, 08 Sep 2017 15:58:34 GMT
515
+ X-Vip-Info:
516
+ - 130.14.16.40:443
517
+ X-Pool-Info:
518
+ - "/Common/vsacweb_p 10.1.5.111 8080"
519
+ Strict-Transport-Security:
520
+ - max-age=31536000; includeSubDomains; preload
521
+ body:
522
+ encoding: UTF-8
523
+ string: |
524
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
525
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
526
+ <ns0:DescribedValueSet ID="2.16.840.1.114222.4.11.3591" displayName="Payer" version="N/A">
527
+ <ns0:ConceptList>
528
+ <ns0:Concept code="1" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="MEDICARE"/>
529
+ <ns0:Concept code="11" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare (Managed Care)"/>
530
+ <ns0:Concept code="111" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare HMO"/>
531
+ <ns0:Concept code="112" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare PPO"/>
532
+ <ns0:Concept code="113" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare POS"/>
533
+ <ns0:Concept code="119" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare Managed Care Other"/>
534
+ <ns0:Concept code="12" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare (Non-managed Care)"/>
535
+ <ns0:Concept code="121" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare FFS"/>
536
+ <ns0:Concept code="122" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare Drug Benefit"/>
537
+ <ns0:Concept code="123" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare Medical Savings Account (MSA)"/>
538
+ <ns0:Concept code="129" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare Non-managed Care Other"/>
539
+ <ns0:Concept code="19" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicare Other"/>
540
+ <ns0:Concept code="2" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="MEDICAID"/>
541
+ <ns0:Concept code="21" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid (Managed Care)"/>
542
+ <ns0:Concept code="211" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid HMO"/>
543
+ <ns0:Concept code="212" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid PPO"/>
544
+ <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)"/>
545
+ <ns0:Concept code="219" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid Managed Care Other"/>
546
+ <ns0:Concept code="22" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid (Non-managed Care Plan)"/>
547
+ <ns0:Concept code="23" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid/SCHIP"/>
548
+ <ns0:Concept code="24" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid Applicant"/>
549
+ <ns0:Concept code="25" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid - Out of State"/>
550
+ <ns0:Concept code="29" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid Other"/>
551
+ <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)"/>
552
+ <ns0:Concept code="31" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Department of Defense"/>
553
+ <ns0:Concept code="311" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE (CHAMPUS)"/>
554
+ <ns0:Concept code="3111" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE Prime-HMO"/>
555
+ <ns0:Concept code="3112" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE Extra-PPO"/>
556
+ <ns0:Concept code="3113" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE Standard - Fee For Service"/>
557
+ <ns0:Concept code="3114" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE For Life--Medicare Supplement"/>
558
+ <ns0:Concept code="3115" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE Reserve Select"/>
559
+ <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"/>
560
+ <ns0:Concept code="3119" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Department of Defense - (other)"/>
561
+ <ns0:Concept code="312" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Military Treatment Facility"/>
562
+ <ns0:Concept code="3121" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Enrolled Prime-HMO"/>
563
+ <ns0:Concept code="3122" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Non-enrolled Space Available"/>
564
+ <ns0:Concept code="3123" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="TRICARE For Life (TFL)"/>
565
+ <ns0:Concept code="313" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Dental --Stand Alone"/>
566
+ <ns0:Concept code="32" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Department of Veterans Affairs"/>
567
+ <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"/>
568
+ <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"/>
569
+ <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"/>
570
+ <ns0:Concept code="32121" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Fee Basis"/>
571
+ <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)"/>
572
+ <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"/>
573
+ <ns0:Concept code="32124" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="State Veterans Home"/>
574
+ <ns0:Concept code="32125" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Sharing Agreements"/>
575
+ <ns0:Concept code="32126" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other Federal Agency"/>
576
+ <ns0:Concept code="322" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Non-veteran care"/>
577
+ <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)"/>
578
+ <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)"/>
579
+ <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)"/>
580
+ <ns0:Concept code="3229" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other non-veteran care"/>
581
+ <ns0:Concept code="33" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Indian Health Service or Tribe"/>
582
+ <ns0:Concept code="331" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Indian Health Service - Regular"/>
583
+ <ns0:Concept code="332" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Indian Health Service - Contract"/>
584
+ <ns0:Concept code="333" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Indian Health Service - Managed Care"/>
585
+ <ns0:Concept code="334" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Indian Tribe - Sponsored Coverage"/>
586
+ <ns0:Concept code="34" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="HRSA Program"/>
587
+ <ns0:Concept code="341" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Title V (MCH Block Grant)"/>
588
+ <ns0:Concept code="342" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Migrant Health Program"/>
589
+ <ns0:Concept code="343" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Ryan White Act"/>
590
+ <ns0:Concept code="349" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other"/>
591
+ <ns0:Concept code="35" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Black Lung"/>
592
+ <ns0:Concept code="36" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="State Government"/>
593
+ <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)"/>
594
+ <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)"/>
595
+ <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)"/>
596
+ <ns0:Concept code="37" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Local Government"/>
597
+ <ns0:Concept code="371" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Local - Managed care"/>
598
+ <ns0:Concept code="3711" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="HMO"/>
599
+ <ns0:Concept code="3712" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="PPO"/>
600
+ <ns0:Concept code="3713" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="POS"/>
601
+ <ns0:Concept code="372" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="FFS/Indemnity"/>
602
+ <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)"/>
603
+ <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)"/>
604
+ <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"/>
605
+ <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"/>
606
+ <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"/>
607
+ <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"/>
608
+ <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"/>
609
+ <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"/>
610
+ <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"/>
611
+ <ns0:Concept code="39" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other Federal"/>
612
+ <ns0:Concept code="4" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="DEPARTMENTS OF CORRECTIONS"/>
613
+ <ns0:Concept code="41" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Corrections Federal"/>
614
+ <ns0:Concept code="42" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Corrections State"/>
615
+ <ns0:Concept code="43" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Corrections Local"/>
616
+ <ns0:Concept code="44" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Corrections Unknown Level"/>
617
+ <ns0:Concept code="5" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="PRIVATE HEALTH INSURANCE"/>
618
+ <ns0:Concept code="51" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Managed Care (Private)"/>
619
+ <ns0:Concept code="511" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Commercial Managed Care - HMO"/>
620
+ <ns0:Concept code="512" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Commercial Managed Care - PPO"/>
621
+ <ns0:Concept code="513" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Commercial Managed Care - POS"/>
622
+ <ns0:Concept code="514" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Exclusive Provider Organization"/>
623
+ <ns0:Concept code="515" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Gatekeeper PPO (GPPO)"/>
624
+ <ns0:Concept code="519" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Managed Care, Other (non HMO)"/>
625
+ <ns0:Concept code="52" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Private Health Insurance - Indemnity"/>
626
+ <ns0:Concept code="521" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Commercial Indemnity"/>
627
+ <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"/>
628
+ <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)"/>
629
+ <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"/>
630
+ <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"/>
631
+ <ns0:Concept code="54" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Organized Delivery System"/>
632
+ <ns0:Concept code="55" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Small Employer Purchasing Group"/>
633
+ <ns0:Concept code="59" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other Private Insurance"/>
634
+ <ns0:Concept code="6" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BLUE CROSS/BLUE SHIELD"/>
635
+ <ns0:Concept code="61" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Managed Care"/>
636
+ <ns0:Concept code="611" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Managed Care - HMO"/>
637
+ <ns0:Concept code="612" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Managed Care - PPO"/>
638
+ <ns0:Concept code="613" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Managed Care - POS"/>
639
+ <ns0:Concept code="619" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Managed Care - Other"/>
640
+ <ns0:Concept code="62" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Indemnity"/>
641
+ <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"/>
642
+ <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"/>
643
+ <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"/>
644
+ <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)"/>
645
+ <ns0:Concept code="71" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="HMO"/>
646
+ <ns0:Concept code="72" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="PPO"/>
647
+ <ns0:Concept code="73" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="POS"/>
648
+ <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"/>
649
+ <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"/>
650
+ <ns0:Concept code="81" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Self-pay"/>
651
+ <ns0:Concept code="82" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="No Charge"/>
652
+ <ns0:Concept code="821" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Charity"/>
653
+ <ns0:Concept code="822" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Professional Courtesy"/>
654
+ <ns0:Concept code="823" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Research/Clinical Trial"/>
655
+ <ns0:Concept code="83" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Refusal to Pay/Bad Debt"/>
656
+ <ns0:Concept code="84" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Hill Burton Free Care"/>
657
+ <ns0:Concept code="85" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Research/Donor"/>
658
+ <ns0:Concept code="89" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="No Payment, Other"/>
659
+ <ns0:Concept code="9" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="MISCELLANEOUS/OTHER"/>
660
+ <ns0:Concept code="91" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Foreign National"/>
661
+ <ns0:Concept code="92" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Other (Non-government)"/>
662
+ <ns0:Concept code="93" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Disability Insurance"/>
663
+ <ns0:Concept code="94" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Long-term Care Insurance"/>
664
+ <ns0:Concept code="95" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Worker's Compensation"/>
665
+ <ns0:Concept code="951" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Worker's Comp HMO"/>
666
+ <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"/>
667
+ <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"/>
668
+ <ns0:Concept code="959" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Worker's Comp, Other unspecified"/>
669
+ <ns0:Concept code="96" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Auto Insurance (no fault)"/>
670
+ <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)"/>
671
+ <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"/>
672
+ <ns0:Concept code="9999" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Unavailable / Unknown"/>
673
+ </ns0:ConceptList>
674
+ <ns0:Source>HL7 Terminology</ns0:Source>
675
+ <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>
676
+ <ns0:Type>Extensional</ns0:Type>
677
+ <ns0:Binding>Dynamic</ns0:Binding>
678
+ <ns0:Status>Active</ns0:Status>
679
+ <ns0:RevisionDate>2016-11-08</ns0:RevisionDate>
680
+ </ns0:DescribedValueSet>
681
+ </ns0:RetrieveMultipleValueSetsResponse>
682
+ http_version:
683
+ recorded_at: Fri, 08 Sep 2017 15:58:36 GMT
684
+ - request:
685
+ method: post
686
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-67047-d2tnSUSGeAg1eX3RkoliUa4f5pm0cALbkFiuftdoMguRMPh3af-cas
687
+ body:
688
+ encoding: UTF-8
689
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
690
+ headers:
691
+ Accept:
692
+ - "*/*; q=0.5, application/xml"
693
+ Accept-Encoding:
694
+ - gzip, deflate
695
+ Content-Length:
696
+ - '39'
697
+ Content-Type:
698
+ - application/x-www-form-urlencoded
699
+ User-Agent:
700
+ - Ruby
701
+ response:
702
+ status:
703
+ code: 200
704
+ message: ''
705
+ headers:
706
+ Cache-Control:
707
+ - no-cache, no-store, max-age=0, must-revalidate
708
+ Pragma:
709
+ - no-cache
710
+ Expires:
711
+ - '0'
712
+ X-Xss-Protection:
713
+ - 1; mode=block
714
+ X-Frame-Options:
715
+ - SAMEORIGIN
716
+ X-Content-Type-Options:
717
+ - nosniff
718
+ Content-Type:
719
+ - text/plain;charset=utf-8
720
+ Content-Length:
721
+ - '34'
722
+ Date:
723
+ - Fri, 08 Sep 2017 15:58:34 GMT
724
+ Set-Cookie:
725
+ - BIGipServervsacweb_p=!5nMm6bAfLR8xItTLMWjf8K3rTDmEEh3SRgjxmP2FYVbId8CAHwYY2iY9fTW+kenaGzStq4mQeCsUE0o=;
726
+ expires=Fri, 08-Sep-2017 17:58:35 GMT; path=/; Httponly; Secure
727
+ X-Vip-Info:
728
+ - 130.14.16.40:443
729
+ X-Pool-Info:
730
+ - "/Common/vsacweb_p 10.1.5.111 8080"
731
+ Strict-Transport-Security:
732
+ - max-age=31536000; includeSubDomains; preload
733
+ body:
734
+ encoding: UTF-8
735
+ string: ST-371169-NFyhb5YNIkXCm3equEgy-cas
736
+ http_version:
737
+ recorded_at: Fri, 08 Sep 2017 15:58:37 GMT
738
+ - request:
739
+ method: get
740
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.113883.3.464.1003.108.12.1018&profile=MU2%20Update%202016-04-01&ticket=ST-371169-NFyhb5YNIkXCm3equEgy-cas
741
+ body:
742
+ encoding: US-ASCII
743
+ string: ''
744
+ headers:
745
+ Accept:
746
+ - "*/*; q=0.5, application/xml"
747
+ Accept-Encoding:
748
+ - gzip, deflate
749
+ User-Agent:
750
+ - Ruby
751
+ response:
752
+ status:
753
+ code: 200
754
+ message: ''
755
+ headers:
756
+ Cache-Control:
757
+ - no-cache, no-store, max-age=0, must-revalidate
758
+ Pragma:
759
+ - no-cache
760
+ Expires:
761
+ - '0'
762
+ X-Xss-Protection:
763
+ - 1; mode=block
764
+ X-Frame-Options:
765
+ - SAMEORIGIN
766
+ X-Content-Type-Options:
767
+ - nosniff
768
+ Set-Cookie:
769
+ - BIGipServervsacweb_p=!yV87oaVNirK9AuTLMWjf8K3rTDmEEnTsMAEZfy/8w4tUnhc18Tbsy83076Sv/Ib6ZrM3qwWsJsJfYa0=;
770
+ expires=Fri, 08-Sep-2017 17:58:35 GMT; path=/; Httponly; Secure
771
+ - JSESSIONID=99BD887231ABCE5A1525A120DD2DBC87;path=/vsac;HttpOnly;Secure
772
+ Content-Type:
773
+ - text/xml;charset=utf-8
774
+ Content-Length:
775
+ - '16349'
776
+ Date:
777
+ - Fri, 08 Sep 2017 15:58:35 GMT
778
+ X-Vip-Info:
779
+ - 130.14.16.40:443
780
+ X-Pool-Info:
781
+ - "/Common/vsacweb_p 10.1.5.110 8080"
782
+ Strict-Transport-Security:
783
+ - max-age=31536000; includeSubDomains; preload
784
+ body:
785
+ encoding: UTF-8
786
+ string: |
787
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
788
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
789
+ <ns0:DescribedValueSet ID="2.16.840.1.113883.3.464.1003.108.12.1018" displayName="Mammography" version="N/A">
790
+ <ns0:ConceptList>
791
+ <ns0:Concept code="24604-1" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Mammogram diagnostic limited"/>
792
+ <ns0:Concept code="24605-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Mammogram diagnostic"/>
793
+ <ns0:Concept code="24606-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Mammogram screening"/>
794
+ <ns0:Concept code="24610-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Mammogram limited"/>
795
+ <ns0:Concept code="26175-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram screening"/>
796
+ <ns0:Concept code="26176-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram screening"/>
797
+ <ns0:Concept code="26177-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram screening"/>
798
+ <ns0:Concept code="26287-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram limited"/>
799
+ <ns0:Concept code="26289-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram limited"/>
800
+ <ns0:Concept code="26291-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram limited"/>
801
+ <ns0:Concept code="26346-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram diagnostic"/>
802
+ <ns0:Concept code="26347-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram diagnostic"/>
803
+ <ns0:Concept code="26348-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram diagnostic"/>
804
+ <ns0:Concept code="26349-1" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram diagnostic limited"/>
805
+ <ns0:Concept code="26350-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram diagnostic limited"/>
806
+ <ns0:Concept code="26351-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram diagnostic limited"/>
807
+ <ns0:Concept code="36319-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Mammogram 4 views"/>
808
+ <ns0:Concept code="36625-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Mammogram"/>
809
+ <ns0:Concept code="36626-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram"/>
810
+ <ns0:Concept code="36627-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram"/>
811
+ <ns0:Concept code="36642-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram 2 views"/>
812
+ <ns0:Concept code="36962-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Mammogram axillary"/>
813
+ <ns0:Concept code="37005-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram magnification"/>
814
+ <ns0:Concept code="37006-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram MLO"/>
815
+ <ns0:Concept code="37016-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram roll"/>
816
+ <ns0:Concept code="37017-1" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram roll"/>
817
+ <ns0:Concept code="37028-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Mammogram tangential"/>
818
+ <ns0:Concept code="37029-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram tangential"/>
819
+ <ns0:Concept code="37030-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram tangential"/>
820
+ <ns0:Concept code="37037-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Mammogram true lateral"/>
821
+ <ns0:Concept code="37038-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram true lateral"/>
822
+ <ns0:Concept code="37052-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram XCCL"/>
823
+ <ns0:Concept code="37053-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram XCCL"/>
824
+ <ns0:Concept code="37539-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Mammogram grid"/>
825
+ <ns0:Concept code="37542-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Mammogram magnification"/>
826
+ <ns0:Concept code="37543-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram magnification"/>
827
+ <ns0:Concept code="37551-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Mammogram spot"/>
828
+ <ns0:Concept code="37552-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram spot"/>
829
+ <ns0:Concept code="37553-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram spot compression"/>
830
+ <ns0:Concept code="37554-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram magnification and spot"/>
831
+ <ns0:Concept code="37768-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram 2 views"/>
832
+ <ns0:Concept code="37769-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram magnification and spot"/>
833
+ <ns0:Concept code="37770-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram tangential"/>
834
+ <ns0:Concept code="37771-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram true lateral"/>
835
+ <ns0:Concept code="37772-1" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram XCCL"/>
836
+ <ns0:Concept code="37773-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram magnification"/>
837
+ <ns0:Concept code="37774-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram"/>
838
+ <ns0:Concept code="37775-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram roll"/>
839
+ <ns0:Concept code="38067-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram nipple profile"/>
840
+ <ns0:Concept code="38070-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast implant Mammogram"/>
841
+ <ns0:Concept code="38071-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast implant - bilateral Mammogram"/>
842
+ <ns0:Concept code="38072-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast implant - left Mammogram"/>
843
+ <ns0:Concept code="38090-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram W air"/>
844
+ <ns0:Concept code="38091-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram W air"/>
845
+ <ns0:Concept code="38807-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram spot"/>
846
+ <ns0:Concept code="38820-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast implant - right Mammogram"/>
847
+ <ns0:Concept code="38854-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram magnification and spot"/>
848
+ <ns0:Concept code="38855-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram true lateral"/>
849
+ <ns0:Concept code="39150-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast FFD mammogram Post Localization"/>
850
+ <ns0:Concept code="39152-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast FFD mammogram diagnostic"/>
851
+ <ns0:Concept code="39153-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast FFD mammogram screening"/>
852
+ <ns0:Concept code="39154-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral FFD mammogram diagnostic"/>
853
+ <ns0:Concept code="42168-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right FFD mammogram diagnostic"/>
854
+ <ns0:Concept code="42169-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left FFD mammogram diagnostic"/>
855
+ <ns0:Concept code="42174-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral FFD mammogram screening"/>
856
+ <ns0:Concept code="42415-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram Post Wire Placement"/>
857
+ <ns0:Concept code="42416-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram Post Wire Placement"/>
858
+ <ns0:Concept code="46335-6" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral Mammogram Single view"/>
859
+ <ns0:Concept code="46336-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left Mammogram Single view"/>
860
+ <ns0:Concept code="46337-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right Mammogram Single view"/>
861
+ <ns0:Concept code="46338-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - unilateral Mammogram Single view"/>
862
+ <ns0:Concept code="46339-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - unilateral Mammogram"/>
863
+ <ns0:Concept code="46342-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast FFD mammogram"/>
864
+ <ns0:Concept code="46350-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - unilateral Mammogram diagnostic"/>
865
+ <ns0:Concept code="46351-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast implant - bilateral Mammogram displacement"/>
866
+ <ns0:Concept code="46354-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right FFD mammogram screening"/>
867
+ <ns0:Concept code="46355-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left FFD mammogram screening"/>
868
+ <ns0:Concept code="46356-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - unilateral Mammogram screening"/>
869
+ <ns0:Concept code="46380-2" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Implant - unilateral Mammogram"/>
870
+ <ns0:Concept code="48475-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast implant - bilateral Mammogram diagnostic"/>
871
+ <ns0:Concept code="48492-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast implant - bilateral Mammogram screening"/>
872
+ <ns0:Concept code="69150-1" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast implant - left Mammogram diagnostic"/>
873
+ <ns0:Concept code="69251-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast Mammogram Post Wire Placement"/>
874
+ <ns0:Concept code="69259-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast implant - right Mammogram diagnostic"/>
875
+ <ns0:Concept code="G0202" codeSystem="2.16.840.1.113883.6.285" codeSystemName="HCPCS" codeSystemVersion="2016" displayName="Screening mammography, producing direct digital image, bilateral, all views"/>
876
+ <ns0:Concept code="G0204" codeSystem="2.16.840.1.113883.6.285" codeSystemName="HCPCS" codeSystemVersion="2016" displayName="Diagnostic mammography, producing direct 2-d digital image, bilateral, all views"/>
877
+ <ns0:Concept code="G0206" codeSystem="2.16.840.1.113883.6.285" codeSystemName="HCPCS" codeSystemVersion="2016" displayName="Diagnostic mammography, producing direct 2-d digital image, unilateral, all views"/>
878
+ </ns0:ConceptList>
879
+ <ns0:Source>National Committee for Quality Assurance</ns0:Source>
880
+ <ns0:Purpose>(Clinical Focus: Under Development),(Data Element Scope: Under Development),(Inclusion Criteria: Under Development),(Exclusion Criteria: Under Development)</ns0:Purpose>
881
+ <ns0:Definition>(2.16.840.1.113883.3.464.1003.108.11.1046:Mammography),(2.16.840.1.113883.3.464.1003.108.11.1047:Mammography)</ns0:Definition>
882
+ <ns0:Type>Grouping</ns0:Type>
883
+ <ns0:Binding>Dynamic</ns0:Binding>
884
+ <ns0:Status>Active</ns0:Status>
885
+ <ns0:RevisionDate>2017-05-04</ns0:RevisionDate>
886
+ </ns0:DescribedValueSet>
887
+ </ns0:RetrieveMultipleValueSetsResponse>
888
+ http_version:
889
+ recorded_at: Fri, 08 Sep 2017 15:58:37 GMT
890
+ - request:
891
+ method: post
892
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-67047-d2tnSUSGeAg1eX3RkoliUa4f5pm0cALbkFiuftdoMguRMPh3af-cas
893
+ body:
894
+ encoding: UTF-8
895
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
896
+ headers:
897
+ Accept:
898
+ - "*/*; q=0.5, application/xml"
899
+ Accept-Encoding:
900
+ - gzip, deflate
901
+ Content-Length:
902
+ - '39'
903
+ Content-Type:
904
+ - application/x-www-form-urlencoded
905
+ User-Agent:
906
+ - Ruby
907
+ response:
908
+ status:
909
+ code: 200
910
+ message: ''
911
+ headers:
912
+ Cache-Control:
913
+ - no-cache, no-store, max-age=0, must-revalidate
914
+ Pragma:
915
+ - no-cache
916
+ Expires:
917
+ - '0'
918
+ X-Xss-Protection:
919
+ - 1; mode=block
920
+ X-Frame-Options:
921
+ - SAMEORIGIN
922
+ X-Content-Type-Options:
923
+ - nosniff
924
+ Content-Type:
925
+ - text/plain;charset=utf-8
926
+ Content-Length:
927
+ - '34'
928
+ Date:
929
+ - Fri, 08 Sep 2017 15:58:35 GMT
930
+ Set-Cookie:
931
+ - BIGipServervsacweb_p=!XYjnbJqUI+a6KRrLMWjf8K3rTDmEEjWXQiMD2ikrPCLs5IozuHZWSfUc2Xg6ogTuzGs2IfQ0jIM9BUU=;
932
+ expires=Fri, 08-Sep-2017 17:58:35 GMT; path=/; Httponly; Secure
933
+ X-Vip-Info:
934
+ - 130.14.16.40:443
935
+ X-Pool-Info:
936
+ - "/Common/vsacweb_p 10.1.5.111 8080"
937
+ Strict-Transport-Security:
938
+ - max-age=31536000; includeSubDomains; preload
939
+ body:
940
+ encoding: UTF-8
941
+ string: ST-371170-TlfcabHoI4ejSgFaEEzU-cas
942
+ http_version:
943
+ recorded_at: Fri, 08 Sep 2017 15:58:37 GMT
944
+ - request:
945
+ method: get
946
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.113883.3.464.1003.101.12.1048&profile=MU2%20Update%202016-04-01&ticket=ST-371170-TlfcabHoI4ejSgFaEEzU-cas
947
+ body:
948
+ encoding: US-ASCII
949
+ string: ''
950
+ headers:
951
+ Accept:
952
+ - "*/*; q=0.5, application/xml"
953
+ Accept-Encoding:
954
+ - gzip, deflate
955
+ User-Agent:
956
+ - Ruby
957
+ response:
958
+ status:
959
+ code: 200
960
+ message: ''
961
+ headers:
962
+ Cache-Control:
963
+ - no-cache, no-store, max-age=0, must-revalidate
964
+ Pragma:
965
+ - no-cache
966
+ Expires:
967
+ - '0'
968
+ X-Xss-Protection:
969
+ - 1; mode=block
970
+ X-Frame-Options:
971
+ - SAMEORIGIN
972
+ X-Content-Type-Options:
973
+ - nosniff
974
+ Set-Cookie:
975
+ - BIGipServervsacweb_p=!j3SZ2G7q0BHoJlPLMWjf8K3rTDmEEvuPzL6NdW1CNN5g2RpbR5MhJ1foVQQu8BEl//3SlRzOchYlSmo=;
976
+ expires=Fri, 08-Sep-2017 17:58:35 GMT; path=/; Httponly; Secure
977
+ - JSESSIONID=28FB4FBE252CA1F0878B23C465F5DB11;path=/vsac;HttpOnly;Secure
978
+ Content-Type:
979
+ - text/xml;charset=utf-8
980
+ Content-Length:
981
+ - '4206'
982
+ Date:
983
+ - Fri, 08 Sep 2017 15:58:35 GMT
984
+ X-Vip-Info:
985
+ - 130.14.16.40:443
986
+ X-Pool-Info:
987
+ - "/Common/vsacweb_p 10.1.5.110 8080"
988
+ Strict-Transport-Security:
989
+ - max-age=31536000; includeSubDomains; preload
990
+ body:
991
+ encoding: UTF-8
992
+ string: |
993
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
994
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
995
+ <ns0:DescribedValueSet ID="2.16.840.1.113883.3.464.1003.101.12.1048" displayName="Face-to-Face Interaction" version="N/A">
996
+ <ns0:ConceptList>
997
+ <ns0:Concept code="12843005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Subsequent hospital visit by physician (procedure)"/>
998
+ <ns0:Concept code="18170008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Subsequent nursing facility visit (procedure)"/>
999
+ <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)"/>
1000
+ <ns0:Concept code="185463005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Visit out of hours (procedure)"/>
1001
+ <ns0:Concept code="185465003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Weekend visit (procedure)"/>
1002
+ <ns0:Concept code="19681004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Nursing evaluation of patient and report (procedure)"/>
1003
+ <ns0:Concept code="207195004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="History and physical examination with evaluation and management of nursing facility patient (procedure)"/>
1004
+ <ns0:Concept code="270427003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Patient-initiated encounter (procedure)"/>
1005
+ <ns0:Concept code="270430005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Provider-initiated encounter (procedure)"/>
1006
+ <ns0:Concept code="308335008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Patient encounter procedure (procedure)"/>
1007
+ <ns0:Concept code="390906007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Follow-up encounter (procedure)"/>
1008
+ <ns0:Concept code="406547006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Urgent follow-up (procedure)"/>
1009
+ <ns0:Concept code="439708006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Home visit (procedure)"/>
1010
+ <ns0:Concept code="87790002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Follow-up inpatient consultation visit (procedure)"/>
1011
+ <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)"/>
1012
+ </ns0:ConceptList>
1013
+ <ns0:Source>National Committee for Quality Assurance</ns0:Source>
1014
+ <ns0:Purpose>(Clinical Focus: This value set indentifies patients who have had a face-to-face interaction with a member of their medical care team.),(Data Element Scope: This value set was intended to map to the QDM data type of encounter.),(Inclusion Criteria: Includes both initial and follow up visits. Includes home visits, inpatient and outpatient visits, and nursing facility visits.),(Exclusion Criteria: Excludes visits that are not performed in-person, including telehealth services.)</ns0:Purpose>
1015
+ <ns0:Definition>(2.16.840.1.113883.3.464.1003.101.11.1216:Face-to-Face Interaction)</ns0:Definition>
1016
+ <ns0:Type>Grouping</ns0:Type>
1017
+ <ns0:Binding>Dynamic</ns0:Binding>
1018
+ <ns0:Status>Active</ns0:Status>
1019
+ <ns0:RevisionDate>2017-05-04</ns0:RevisionDate>
1020
+ </ns0:DescribedValueSet>
1021
+ </ns0:RetrieveMultipleValueSetsResponse>
1022
+ http_version:
1023
+ recorded_at: Fri, 08 Sep 2017 15:58:37 GMT
1024
+ - request:
1025
+ method: post
1026
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-67047-d2tnSUSGeAg1eX3RkoliUa4f5pm0cALbkFiuftdoMguRMPh3af-cas
1027
+ body:
1028
+ encoding: UTF-8
1029
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
1030
+ headers:
1031
+ Accept:
1032
+ - "*/*; q=0.5, application/xml"
1033
+ Accept-Encoding:
1034
+ - gzip, deflate
1035
+ Content-Length:
1036
+ - '39'
1037
+ Content-Type:
1038
+ - application/x-www-form-urlencoded
1039
+ User-Agent:
1040
+ - Ruby
1041
+ response:
1042
+ status:
1043
+ code: 200
1044
+ message: ''
1045
+ headers:
1046
+ Cache-Control:
1047
+ - no-cache, no-store, max-age=0, must-revalidate
1048
+ Pragma:
1049
+ - no-cache
1050
+ Expires:
1051
+ - '0'
1052
+ X-Xss-Protection:
1053
+ - 1; mode=block
1054
+ X-Frame-Options:
1055
+ - SAMEORIGIN
1056
+ X-Content-Type-Options:
1057
+ - nosniff
1058
+ Content-Type:
1059
+ - text/plain;charset=utf-8
1060
+ Content-Length:
1061
+ - '34'
1062
+ Date:
1063
+ - Fri, 08 Sep 2017 15:58:35 GMT
1064
+ Set-Cookie:
1065
+ - BIGipServervsacweb_p=!HCSlgHuryaUSo8vLMWjf8K3rTDmEEpYY9QgYaZEQVSUDHtrdrNxFoRGhxHqeytwPlYSiacuqhTl0lGQ=;
1066
+ expires=Fri, 08-Sep-2017 17:58:36 GMT; path=/; Httponly; Secure
1067
+ X-Vip-Info:
1068
+ - 130.14.16.40:443
1069
+ X-Pool-Info:
1070
+ - "/Common/vsacweb_p 10.1.5.111 8080"
1071
+ Strict-Transport-Security:
1072
+ - max-age=31536000; includeSubDomains; preload
1073
+ body:
1074
+ encoding: UTF-8
1075
+ string: ST-371173-7SlZcfu609zCtcbbYHW3-cas
1076
+ http_version:
1077
+ recorded_at: Fri, 08 Sep 2017 15:58:37 GMT
1078
+ - request:
1079
+ method: get
1080
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.113883.3.464.1003.101.12.1016&profile=MU2%20Update%202016-04-01&ticket=ST-371173-7SlZcfu609zCtcbbYHW3-cas
1081
+ body:
1082
+ encoding: US-ASCII
1083
+ string: ''
1084
+ headers:
1085
+ Accept:
1086
+ - "*/*; q=0.5, application/xml"
1087
+ Accept-Encoding:
1088
+ - gzip, deflate
1089
+ User-Agent:
1090
+ - Ruby
1091
+ response:
1092
+ status:
1093
+ code: 200
1094
+ message: ''
1095
+ headers:
1096
+ Cache-Control:
1097
+ - no-cache, no-store, max-age=0, must-revalidate
1098
+ Pragma:
1099
+ - no-cache
1100
+ Expires:
1101
+ - '0'
1102
+ X-Xss-Protection:
1103
+ - 1; mode=block
1104
+ X-Frame-Options:
1105
+ - SAMEORIGIN
1106
+ X-Content-Type-Options:
1107
+ - nosniff
1108
+ Set-Cookie:
1109
+ - BIGipServervsacweb_p=!s+F/xiv9punzOOjLMWjf8K3rTDmEEgqJNQzZYAllNVqVhcaWkhjbSiGRxlZgGVqzg+DBbg4M+imbLjA=;
1110
+ expires=Fri, 08-Sep-2017 17:58:39 GMT; path=/; Httponly; Secure
1111
+ - JSESSIONID=E8C7995248B1BD431DDC479BC8690C82;path=/vsac;HttpOnly;Secure
1112
+ Content-Type:
1113
+ - text/xml;charset=utf-8
1114
+ Content-Length:
1115
+ - '7826'
1116
+ Date:
1117
+ - Fri, 08 Sep 2017 15:58:39 GMT
1118
+ X-Vip-Info:
1119
+ - 130.14.16.40:443
1120
+ X-Pool-Info:
1121
+ - "/Common/vsacweb_p 10.1.5.111 8080"
1122
+ Strict-Transport-Security:
1123
+ - max-age=31536000; includeSubDomains; preload
1124
+ body:
1125
+ encoding: UTF-8
1126
+ string: |
1127
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
1128
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1129
+ <ns0:DescribedValueSet ID="2.16.840.1.113883.3.464.1003.101.12.1016" displayName="Home Healthcare Services" version="N/A">
1130
+ <ns0:ConceptList>
1131
+ <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."/>
1132
+ <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."/>
1133
+ <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."/>
1134
+ <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."/>
1135
+ <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."/>
1136
+ <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."/>
1137
+ <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."/>
1138
+ <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."/>
1139
+ <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."/>
1140
+ </ns0:ConceptList>
1141
+ <ns0:Source>National Committee for Quality Assurance</ns0:Source>
1142
+ <ns0:Purpose>(Clinical Focus: This value set identifies patients who have had a home health visit by a provider for the evaluation or management of a new or existing patient.),(Data Element Scope: This value set was intended to map to the QDM data type of encounter.),(Inclusion Criteria: Include all home visits for the evaluation and management of a new or established patient.),(Exclusion Criteria: None)</ns0:Purpose>
1143
+ <ns0:Definition>(2.16.840.1.113883.3.464.1003.101.11.1080:Home Healthcare Services)</ns0:Definition>
1144
+ <ns0:Type>Grouping</ns0:Type>
1145
+ <ns0:Binding>Dynamic</ns0:Binding>
1146
+ <ns0:Status>Active</ns0:Status>
1147
+ <ns0:RevisionDate>2017-05-04</ns0:RevisionDate>
1148
+ </ns0:DescribedValueSet>
1149
+ </ns0:RetrieveMultipleValueSetsResponse>
1150
+ http_version:
1151
+ recorded_at: Fri, 08 Sep 2017 15:58:41 GMT
1152
+ - request:
1153
+ method: post
1154
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-67047-d2tnSUSGeAg1eX3RkoliUa4f5pm0cALbkFiuftdoMguRMPh3af-cas
1155
+ body:
1156
+ encoding: UTF-8
1157
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
1158
+ headers:
1159
+ Accept:
1160
+ - "*/*; q=0.5, application/xml"
1161
+ Accept-Encoding:
1162
+ - gzip, deflate
1163
+ Content-Length:
1164
+ - '39'
1165
+ Content-Type:
1166
+ - application/x-www-form-urlencoded
1167
+ User-Agent:
1168
+ - Ruby
1169
+ response:
1170
+ status:
1171
+ code: 200
1172
+ message: ''
1173
+ headers:
1174
+ Cache-Control:
1175
+ - no-cache, no-store, max-age=0, must-revalidate
1176
+ Pragma:
1177
+ - no-cache
1178
+ Expires:
1179
+ - '0'
1180
+ X-Xss-Protection:
1181
+ - 1; mode=block
1182
+ X-Frame-Options:
1183
+ - SAMEORIGIN
1184
+ X-Content-Type-Options:
1185
+ - nosniff
1186
+ Content-Type:
1187
+ - text/plain;charset=utf-8
1188
+ Content-Length:
1189
+ - '34'
1190
+ Date:
1191
+ - Fri, 08 Sep 2017 15:58:39 GMT
1192
+ Set-Cookie:
1193
+ - BIGipServervsacweb_p=!Lf/NmKzSA0Y3pEjLMWjf8K3rTDmEEgB1xG9C9gCV7VfMDkvmWFHBFpdP1kE6mpGLwlvQDRa7ig5R/28=;
1194
+ expires=Fri, 08-Sep-2017 17:58:39 GMT; path=/; Httponly; Secure
1195
+ X-Vip-Info:
1196
+ - 130.14.16.40:443
1197
+ X-Pool-Info:
1198
+ - "/Common/vsacweb_p 10.1.5.111 8080"
1199
+ Strict-Transport-Security:
1200
+ - max-age=31536000; includeSubDomains; preload
1201
+ body:
1202
+ encoding: UTF-8
1203
+ string: ST-371180-Kgp5mLSFyzstIBfoqwIw-cas
1204
+ http_version:
1205
+ recorded_at: Fri, 08 Sep 2017 15:58:41 GMT
1206
+ - request:
1207
+ method: get
1208
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.113883.3.464.1003.101.12.1001&profile=MU2%20Update%202016-04-01&ticket=ST-371180-Kgp5mLSFyzstIBfoqwIw-cas
1209
+ body:
1210
+ encoding: US-ASCII
1211
+ string: ''
1212
+ headers:
1213
+ Accept:
1214
+ - "*/*; q=0.5, application/xml"
1215
+ Accept-Encoding:
1216
+ - gzip, deflate
1217
+ User-Agent:
1218
+ - Ruby
1219
+ response:
1220
+ status:
1221
+ code: 200
1222
+ message: ''
1223
+ headers:
1224
+ Cache-Control:
1225
+ - no-cache, no-store, max-age=0, must-revalidate
1226
+ Pragma:
1227
+ - no-cache
1228
+ Expires:
1229
+ - '0'
1230
+ X-Xss-Protection:
1231
+ - 1; mode=block
1232
+ X-Frame-Options:
1233
+ - SAMEORIGIN
1234
+ X-Content-Type-Options:
1235
+ - nosniff
1236
+ Set-Cookie:
1237
+ - BIGipServervsacweb_p=!quzDfZpLUIKm4brLMWjf8K3rTDmEEoW2pQUtN/3Kos2MQ2zTlwQB/douIlrym1QiUliOa0o29Ada31Y=;
1238
+ expires=Fri, 08-Sep-2017 17:58:39 GMT; path=/; Httponly; Secure
1239
+ - JSESSIONID=BEDB0AD21FF5834C8FB7D64A527230B4;path=/vsac;HttpOnly;Secure
1240
+ Content-Type:
1241
+ - text/xml;charset=utf-8
1242
+ Content-Length:
1243
+ - '7862'
1244
+ Date:
1245
+ - Fri, 08 Sep 2017 15:58:39 GMT
1246
+ X-Vip-Info:
1247
+ - 130.14.16.40:443
1248
+ X-Pool-Info:
1249
+ - "/Common/vsacweb_p 10.1.5.111 8080"
1250
+ Strict-Transport-Security:
1251
+ - max-age=31536000; includeSubDomains; preload
1252
+ body:
1253
+ encoding: UTF-8
1254
+ string: |
1255
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
1256
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1257
+ <ns0:DescribedValueSet ID="2.16.840.1.113883.3.464.1003.101.12.1001" displayName="Office Visit" version="N/A">
1258
+ <ns0:ConceptList>
1259
+ <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."/>
1260
+ <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."/>
1261
+ <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."/>
1262
+ <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."/>
1263
+ <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."/>
1264
+ <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."/>
1265
+ <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."/>
1266
+ <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."/>
1267
+ <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."/>
1268
+ </ns0:ConceptList>
1269
+ <ns0:Source>National Committee for Quality Assurance</ns0:Source>
1270
+ <ns0:Purpose>(Clinical Focus: This value set identifies patients who have had an office or other outpatient visit.),(Data Element Scope: This value set was intended to map to the QDM data type of encounter.),(Inclusion Criteria: Includes comprehensive history, evaluation, and management of a patient in an office or outpatient facility. Patient can be presenting with problems that are minor to high severity.),(Exclusion Criteria: Excludes non-office visits, including telehealth services.)</ns0:Purpose>
1271
+ <ns0:Definition>(2.16.840.1.113883.3.464.1003.101.11.1005:Office Visit)</ns0:Definition>
1272
+ <ns0:Type>Grouping</ns0:Type>
1273
+ <ns0:Binding>Dynamic</ns0:Binding>
1274
+ <ns0:Status>Active</ns0:Status>
1275
+ <ns0:RevisionDate>2017-05-04</ns0:RevisionDate>
1276
+ </ns0:DescribedValueSet>
1277
+ </ns0:RetrieveMultipleValueSetsResponse>
1278
+ http_version:
1279
+ recorded_at: Fri, 08 Sep 2017 15:58:41 GMT
1280
+ - request:
1281
+ method: post
1282
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-67047-d2tnSUSGeAg1eX3RkoliUa4f5pm0cALbkFiuftdoMguRMPh3af-cas
1283
+ body:
1284
+ encoding: UTF-8
1285
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
1286
+ headers:
1287
+ Accept:
1288
+ - "*/*; q=0.5, application/xml"
1289
+ Accept-Encoding:
1290
+ - gzip, deflate
1291
+ Content-Length:
1292
+ - '39'
1293
+ Content-Type:
1294
+ - application/x-www-form-urlencoded
1295
+ User-Agent:
1296
+ - Ruby
1297
+ response:
1298
+ status:
1299
+ code: 200
1300
+ message: ''
1301
+ headers:
1302
+ Cache-Control:
1303
+ - no-cache, no-store, max-age=0, must-revalidate
1304
+ Pragma:
1305
+ - no-cache
1306
+ Expires:
1307
+ - '0'
1308
+ X-Xss-Protection:
1309
+ - 1; mode=block
1310
+ X-Frame-Options:
1311
+ - SAMEORIGIN
1312
+ X-Content-Type-Options:
1313
+ - nosniff
1314
+ Content-Type:
1315
+ - text/plain;charset=utf-8
1316
+ Content-Length:
1317
+ - '34'
1318
+ Date:
1319
+ - Fri, 08 Sep 2017 15:58:39 GMT
1320
+ Set-Cookie:
1321
+ - BIGipServervsacweb_p=!ry2SnFGF96/OQsnLMWjf8K3rTDmEErhWZWL4/gBmoQmZ8f8AYkU2mxjeP01iplveSf+12qhOS4pAaPo=;
1322
+ expires=Fri, 08-Sep-2017 17:58:39 GMT; path=/; Httponly; Secure
1323
+ X-Vip-Info:
1324
+ - 130.14.16.40:443
1325
+ X-Pool-Info:
1326
+ - "/Common/vsacweb_p 10.1.5.111 8080"
1327
+ Strict-Transport-Security:
1328
+ - max-age=31536000; includeSubDomains; preload
1329
+ body:
1330
+ encoding: UTF-8
1331
+ string: ST-371182-hwDKFzHzAMGqETbLmeWc-cas
1332
+ http_version:
1333
+ recorded_at: Fri, 08 Sep 2017 15:58:41 GMT
1334
+ - request:
1335
+ method: get
1336
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.113883.3.464.1003.198.12.1005&profile=MU2%20Update%202016-04-01&ticket=ST-371182-hwDKFzHzAMGqETbLmeWc-cas
1337
+ body:
1338
+ encoding: US-ASCII
1339
+ string: ''
1340
+ headers:
1341
+ Accept:
1342
+ - "*/*; q=0.5, application/xml"
1343
+ Accept-Encoding:
1344
+ - gzip, deflate
1345
+ User-Agent:
1346
+ - Ruby
1347
+ response:
1348
+ status:
1349
+ code: 200
1350
+ message: ''
1351
+ headers:
1352
+ Cache-Control:
1353
+ - no-cache, no-store, max-age=0, must-revalidate
1354
+ Pragma:
1355
+ - no-cache
1356
+ Expires:
1357
+ - '0'
1358
+ X-Xss-Protection:
1359
+ - 1; mode=block
1360
+ X-Frame-Options:
1361
+ - SAMEORIGIN
1362
+ X-Content-Type-Options:
1363
+ - nosniff
1364
+ Set-Cookie:
1365
+ - BIGipServervsacweb_p=!G0uPhTNmBqbb/grLMWjf8K3rTDmEEuDqW7hL72wdWwGu10H70IbmbWZhuZI+SZahBOjb0LtfkWWCe6k=;
1366
+ expires=Fri, 08-Sep-2017 17:58:40 GMT; path=/; Httponly; Secure
1367
+ - JSESSIONID=61A8BC835CE20D0012E4F5442C3AA0DB;path=/vsac;HttpOnly;Secure
1368
+ Content-Type:
1369
+ - text/xml;charset=utf-8
1370
+ Content-Length:
1371
+ - '2762'
1372
+ Date:
1373
+ - Fri, 08 Sep 2017 15:58:39 GMT
1374
+ X-Vip-Info:
1375
+ - 130.14.16.40:443
1376
+ X-Pool-Info:
1377
+ - "/Common/vsacweb_p 10.1.5.111 8080"
1378
+ Strict-Transport-Security:
1379
+ - max-age=31536000; includeSubDomains; preload
1380
+ body:
1381
+ encoding: UTF-8
1382
+ string: |
1383
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
1384
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1385
+ <ns0:DescribedValueSet ID="2.16.840.1.113883.3.464.1003.198.12.1005" displayName="Bilateral Mastectomy" version="N/A">
1386
+ <ns0:ConceptList>
1387
+ <ns0:Concept code="14693006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Bilateral subcutaneous mammectomy (procedure)"/>
1388
+ <ns0:Concept code="14714006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Bilateral mastectomy with excision of bilateral regional lymph nodes (procedure)"/>
1389
+ <ns0:Concept code="17086001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Modified radical mastectomy, bilateral (procedure)"/>
1390
+ <ns0:Concept code="22418005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Bilateral simple mastectomy (procedure)"/>
1391
+ <ns0:Concept code="27865001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Bilateral mastectomy (procedure)"/>
1392
+ <ns0:Concept code="456903003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Bilateral extended radical mastectomy (procedure)"/>
1393
+ <ns0:Concept code="52314009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Bilateral mastectomy extended simple (procedure)"/>
1394
+ <ns0:Concept code="60633004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Bilateral subcutaneous mammectomy with synchronous implant (procedure)"/>
1395
+ <ns0:Concept code="76468001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Bilateral radical mastectomy (procedure)"/>
1396
+ </ns0:ConceptList>
1397
+ <ns0:Source>National Committee for Quality Assurance</ns0:Source>
1398
+ <ns0:Purpose>(Clinical Focus: Under Development),(Data Element Scope: Under Development),(Inclusion Criteria: Under Development),(Exclusion Criteria: Under Development)</ns0:Purpose>
1399
+ <ns0:Definition>(2.16.840.1.113883.3.464.1003.198.11.1005:Bilateral Mastectomy)</ns0:Definition>
1400
+ <ns0:Type>Grouping</ns0:Type>
1401
+ <ns0:Binding>Dynamic</ns0:Binding>
1402
+ <ns0:Status>Active</ns0:Status>
1403
+ <ns0:RevisionDate>2017-05-04</ns0:RevisionDate>
1404
+ </ns0:DescribedValueSet>
1405
+ </ns0:RetrieveMultipleValueSetsResponse>
1406
+ http_version:
1407
+ recorded_at: Fri, 08 Sep 2017 15:58:42 GMT
1408
+ - request:
1409
+ method: post
1410
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-67047-d2tnSUSGeAg1eX3RkoliUa4f5pm0cALbkFiuftdoMguRMPh3af-cas
1411
+ body:
1412
+ encoding: UTF-8
1413
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
1414
+ headers:
1415
+ Accept:
1416
+ - "*/*; q=0.5, application/xml"
1417
+ Accept-Encoding:
1418
+ - gzip, deflate
1419
+ Content-Length:
1420
+ - '39'
1421
+ Content-Type:
1422
+ - application/x-www-form-urlencoded
1423
+ User-Agent:
1424
+ - Ruby
1425
+ response:
1426
+ status:
1427
+ code: 200
1428
+ message: ''
1429
+ headers:
1430
+ Cache-Control:
1431
+ - no-cache, no-store, max-age=0, must-revalidate
1432
+ Pragma:
1433
+ - no-cache
1434
+ Expires:
1435
+ - '0'
1436
+ X-Xss-Protection:
1437
+ - 1; mode=block
1438
+ X-Frame-Options:
1439
+ - SAMEORIGIN
1440
+ X-Content-Type-Options:
1441
+ - nosniff
1442
+ Content-Type:
1443
+ - text/plain;charset=utf-8
1444
+ Content-Length:
1445
+ - '34'
1446
+ Date:
1447
+ - Fri, 08 Sep 2017 15:58:39 GMT
1448
+ Set-Cookie:
1449
+ - BIGipServervsacweb_p=!e+Ka1oew8nMMb+TLMWjf8K3rTDmEEnAZcbZxk/3C5E+T6AvqYydYadjUKAlVg1fnU5xsNceqSlwA82Q=;
1450
+ expires=Fri, 08-Sep-2017 17:58:40 GMT; path=/; Httponly; Secure
1451
+ X-Vip-Info:
1452
+ - 130.14.16.40:443
1453
+ X-Pool-Info:
1454
+ - "/Common/vsacweb_p 10.1.5.111 8080"
1455
+ Strict-Transport-Security:
1456
+ - max-age=31536000; includeSubDomains; preload
1457
+ body:
1458
+ encoding: UTF-8
1459
+ string: ST-371183-ctS1CpO6jFKerxtOnSxo-cas
1460
+ http_version:
1461
+ recorded_at: Fri, 08 Sep 2017 15:58:42 GMT
1462
+ - request:
1463
+ method: get
1464
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.113883.3.464.1003.198.12.1020&profile=MU2%20Update%202016-04-01&ticket=ST-371183-ctS1CpO6jFKerxtOnSxo-cas
1465
+ body:
1466
+ encoding: US-ASCII
1467
+ string: ''
1468
+ headers:
1469
+ Accept:
1470
+ - "*/*; q=0.5, application/xml"
1471
+ Accept-Encoding:
1472
+ - gzip, deflate
1473
+ User-Agent:
1474
+ - Ruby
1475
+ response:
1476
+ status:
1477
+ code: 200
1478
+ message: ''
1479
+ headers:
1480
+ Cache-Control:
1481
+ - no-cache, no-store, max-age=0, must-revalidate
1482
+ Pragma:
1483
+ - no-cache
1484
+ Expires:
1485
+ - '0'
1486
+ X-Xss-Protection:
1487
+ - 1; mode=block
1488
+ X-Frame-Options:
1489
+ - SAMEORIGIN
1490
+ X-Content-Type-Options:
1491
+ - nosniff
1492
+ Set-Cookie:
1493
+ - BIGipServervsacweb_p=!ykjrxpGytO/r7FPLMWjf8K3rTDmEEsN8RWWkun1oSwhBMgH/oLZ5Wsy90rfeWwtcDJTlRSagx7yTnMg=;
1494
+ expires=Fri, 08-Sep-2017 17:58:40 GMT; path=/; Httponly; Secure
1495
+ - JSESSIONID=D14595B163C238E9678159EDB717C860;path=/vsac;HttpOnly;Secure
1496
+ Content-Type:
1497
+ - text/xml;charset=utf-8
1498
+ Content-Length:
1499
+ - '7595'
1500
+ Date:
1501
+ - Fri, 08 Sep 2017 15:58:40 GMT
1502
+ X-Vip-Info:
1503
+ - 130.14.16.40:443
1504
+ X-Pool-Info:
1505
+ - "/Common/vsacweb_p 10.1.5.111 8080"
1506
+ Strict-Transport-Security:
1507
+ - max-age=31536000; includeSubDomains; preload
1508
+ body:
1509
+ encoding: UTF-8
1510
+ string: |
1511
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
1512
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1513
+ <ns0:DescribedValueSet ID="2.16.840.1.113883.3.464.1003.198.12.1020" displayName="Unilateral Mastectomy" version="N/A">
1514
+ <ns0:ConceptList>
1515
+ <ns0:Concept code="172043006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Simple mastectomy (procedure)"/>
1516
+ <ns0:Concept code="19180" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2006" displayName="Mastectomy, simple, complete"/>
1517
+ <ns0:Concept code="19200" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2006" displayName="Mastectomy, radical, including pectoral muscles, axillary lymph nodes"/>
1518
+ <ns0:Concept code="19220" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2006" displayName="Mastectomy, radical, including pectoral muscles, axillary and internal mammary lymph nodes (Urban type operation)"/>
1519
+ <ns0:Concept code="19240" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2006" displayName="Mastectomy, modified radical, including axillary lymph nodes, with or without pectoralis minor muscle, but excluding pectoralis major muscle"/>
1520
+ <ns0:Concept code="19303" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Mastectomy, simple, complete"/>
1521
+ <ns0:Concept code="19304" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Mastectomy, subcutaneous"/>
1522
+ <ns0:Concept code="19305" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Mastectomy, radical, including pectoral muscles, axillary lymph nodes"/>
1523
+ <ns0:Concept code="19306" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Mastectomy, radical, including pectoral muscles, axillary and internal mammary lymph nodes (Urban type operation)"/>
1524
+ <ns0:Concept code="19307" codeSystem="2.16.840.1.113883.6.12" codeSystemName="CPT" codeSystemVersion="2016" displayName="Mastectomy, modified radical, including axillary lymph nodes, with or without pectoralis minor muscle, but excluding pectoralis major muscle"/>
1525
+ <ns0:Concept code="237367009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Total mastectomy and division of pectoralis minor muscle (procedure)"/>
1526
+ <ns0:Concept code="237368004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Total mastectomy and excision of part of pectoral muscles and chest wall (procedure)"/>
1527
+ <ns0:Concept code="274957008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Radical mastectomy including axillary lymph nodes (procedure)"/>
1528
+ <ns0:Concept code="287653007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Subcutaneous mastectomy and prosthetic implant (procedure)"/>
1529
+ <ns0:Concept code="287654001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Extended simple mastectomy (procedure)"/>
1530
+ <ns0:Concept code="318190001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Mastectomy with preservation of skin and nipple with synchronous implant (procedure)"/>
1531
+ <ns0:Concept code="359728003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Radical mastectomy including pectoral muscles and axillary lymph nodes (procedure)"/>
1532
+ <ns0:Concept code="359731002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Urban operation, extended radical mastectomy (procedure)"/>
1533
+ <ns0:Concept code="359734005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Halsted mastectomy (procedure)"/>
1534
+ <ns0:Concept code="359740003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Extended radical mastectomy (procedure)"/>
1535
+ <ns0:Concept code="384723003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Radical mastectomy (procedure)"/>
1536
+ <ns0:Concept code="395702000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Patey total mastectomy (procedure)"/>
1537
+ <ns0:Concept code="406505007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Modified radical mastectomy (procedure)"/>
1538
+ <ns0:Concept code="428564008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Skin sparing mastectomy (procedure)"/>
1539
+ <ns0:Concept code="428571003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Mastectomy of left breast (procedure)"/>
1540
+ <ns0:Concept code="429400009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Mastectomy of right breast (procedure)"/>
1541
+ <ns0:Concept code="446109005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Simple mastectomy with excision of axillary lymph nodes (procedure)"/>
1542
+ <ns0:Concept code="446420001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Simple mastectomy with complete axillary lymphadenectomy (procedure)"/>
1543
+ <ns0:Concept code="447135002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Simple mastectomy with axillary lymph node sampling (procedure)"/>
1544
+ <ns0:Concept code="447421006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Prophylactic mastectomy (procedure)"/>
1545
+ <ns0:Concept code="66398006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Mastectomy with excision of regional lymph nodes (procedure)"/>
1546
+ <ns0:Concept code="70183006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Subcutaneous mastectomy (procedure)"/>
1547
+ </ns0:ConceptList>
1548
+ <ns0:Source>National Committee for Quality Assurance</ns0:Source>
1549
+ <ns0:Purpose>(Clinical Focus: Under Development),(Data Element Scope: Under Development),(Inclusion Criteria: Under Development),(Exclusion Criteria: Under Development)</ns0:Purpose>
1550
+ <ns0:Definition>(2.16.840.1.113883.3.464.1003.198.11.1037:Unilateral Mastectomy),(2.16.840.1.113883.3.464.1003.198.11.1038:Unilateral Mastectomy)</ns0:Definition>
1551
+ <ns0:Type>Grouping</ns0:Type>
1552
+ <ns0:Binding>Dynamic</ns0:Binding>
1553
+ <ns0:Status>Active</ns0:Status>
1554
+ <ns0:RevisionDate>2017-05-04</ns0:RevisionDate>
1555
+ </ns0:DescribedValueSet>
1556
+ </ns0:RetrieveMultipleValueSetsResponse>
1557
+ http_version:
1558
+ recorded_at: Fri, 08 Sep 2017 15:58:42 GMT
1559
+ - request:
1560
+ method: post
1561
+ uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-67047-d2tnSUSGeAg1eX3RkoliUa4f5pm0cALbkFiuftdoMguRMPh3af-cas
1562
+ body:
1563
+ encoding: UTF-8
1564
+ string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
1565
+ headers:
1566
+ Accept:
1567
+ - "*/*; q=0.5, application/xml"
1568
+ Accept-Encoding:
1569
+ - gzip, deflate
1570
+ Content-Length:
1571
+ - '39'
1572
+ Content-Type:
1573
+ - application/x-www-form-urlencoded
1574
+ User-Agent:
1575
+ - Ruby
1576
+ response:
1577
+ status:
1578
+ code: 200
1579
+ message: ''
1580
+ headers:
1581
+ Cache-Control:
1582
+ - no-cache, no-store, max-age=0, must-revalidate
1583
+ Pragma:
1584
+ - no-cache
1585
+ Expires:
1586
+ - '0'
1587
+ X-Xss-Protection:
1588
+ - 1; mode=block
1589
+ X-Frame-Options:
1590
+ - SAMEORIGIN
1591
+ X-Content-Type-Options:
1592
+ - nosniff
1593
+ Content-Type:
1594
+ - text/plain;charset=utf-8
1595
+ Content-Length:
1596
+ - '34'
1597
+ Date:
1598
+ - Fri, 08 Sep 2017 15:58:40 GMT
1599
+ Set-Cookie:
1600
+ - BIGipServervsacweb_p=!/vb6SxH3uqhQvhXLMWjf8K3rTDmEEkFI2WA++KuJQxP13HOMcgNTPufnkqOOGAthi3uY4QivbPthgBE=;
1601
+ expires=Fri, 08-Sep-2017 17:58:40 GMT; path=/; Httponly; Secure
1602
+ X-Vip-Info:
1603
+ - 130.14.16.40:443
1604
+ X-Pool-Info:
1605
+ - "/Common/vsacweb_p 10.1.5.111 8080"
1606
+ Strict-Transport-Security:
1607
+ - max-age=31536000; includeSubDomains; preload
1608
+ body:
1609
+ encoding: UTF-8
1610
+ string: ST-371185-o1Vt3nbiAUcEqjQiMm0u-cas
1611
+ http_version:
1612
+ recorded_at: Fri, 08 Sep 2017 15:58:42 GMT
1613
+ - request:
1614
+ method: get
1615
+ uri: https://vsac.nlm.nih.gov/vsac/svs/RetrieveMultipleValueSets?id=2.16.840.1.113883.3.560.100.2&profile=MU2%20Update%202016-04-01&ticket=ST-371185-o1Vt3nbiAUcEqjQiMm0u-cas
1616
+ body:
1617
+ encoding: US-ASCII
1618
+ string: ''
1619
+ headers:
1620
+ Accept:
1621
+ - "*/*; q=0.5, application/xml"
1622
+ Accept-Encoding:
1623
+ - gzip, deflate
1624
+ User-Agent:
1625
+ - Ruby
1626
+ response:
1627
+ status:
1628
+ code: 200
1629
+ message: ''
1630
+ headers:
1631
+ Cache-Control:
1632
+ - no-cache, no-store, max-age=0, must-revalidate
1633
+ Pragma:
1634
+ - no-cache
1635
+ Expires:
1636
+ - '0'
1637
+ X-Xss-Protection:
1638
+ - 1; mode=block
1639
+ X-Frame-Options:
1640
+ - SAMEORIGIN
1641
+ X-Content-Type-Options:
1642
+ - nosniff
1643
+ Set-Cookie:
1644
+ - BIGipServervsacweb_p=!mqhV59Rb5VdPEuvLMWjf8K3rTDmEEkQRSyIcPax4ytkw8Fg2UnichulEiN0+VkpP3nXqk9++xenuEtU=;
1645
+ expires=Fri, 08-Sep-2017 17:58:40 GMT; path=/; Httponly; Secure
1646
+ - JSESSIONID=FE15F57A07B4355E2700A04101BDD7B2;path=/vsac;HttpOnly;Secure
1647
+ Content-Type:
1648
+ - text/xml;charset=utf-8
1649
+ Content-Length:
1650
+ - '1110'
1651
+ Date:
1652
+ - Fri, 08 Sep 2017 15:58:40 GMT
1653
+ X-Vip-Info:
1654
+ - 130.14.16.40:443
1655
+ X-Pool-Info:
1656
+ - "/Common/vsacweb_p 10.1.5.111 8080"
1657
+ Strict-Transport-Security:
1658
+ - max-age=31536000; includeSubDomains; preload
1659
+ body:
1660
+ encoding: UTF-8
1661
+ string: |
1662
+ <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
1663
+ <ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
1664
+ <ns0:DescribedValueSet ID="2.16.840.1.113883.3.560.100.2" displayName="Female" version="N/A">
1665
+ <ns0:ConceptList>
1666
+ <ns0:Concept code="F" codeSystem="2.16.840.1.113883.5.1" codeSystemName="AdministrativeGender" codeSystemVersion="HL7V3.0_2014-08" displayName="Female"/>
1667
+ </ns0:ConceptList>
1668
+ <ns0:Source>Office of the National Coordinator for Health Information Technology</ns0:Source>
1669
+ <ns0:Purpose>(Clinical Focus: Concepts that represent Female when assessing quality measures),(Data Element Scope: Gender),(Inclusion Criteria: Appropriate female gender concepts),(Exclusion Criteria: Concepts representing Male gender)</ns0:Purpose>
1670
+ <ns0:Type>Extensional</ns0:Type>
1671
+ <ns0:Binding>Dynamic</ns0:Binding>
1672
+ <ns0:Status>Active</ns0:Status>
1673
+ <ns0:RevisionDate>2016-03-31</ns0:RevisionDate>
1674
+ </ns0:DescribedValueSet>
1675
+ </ns0:RetrieveMultipleValueSetsResponse>
1676
+ http_version:
1677
+ recorded_at: Fri, 08 Sep 2017 15:58:42 GMT
1678
+ recorded_with: VCR 3.0.3