bonnie_bundler 2.2.3 → 2.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/Gemfile.lock +39 -39
- data/bonnie-bundler.gemspec +3 -3
- data/lib/bonnie_bundler.rb +0 -1
- data/lib/measures/loading/cql_loader.rb +234 -100
- data/lib/measures/loading/loader.rb +18 -24
- data/lib/models/cql_measure.rb +9 -0
- data/test/fixtures/CMSAWA_v5_6_Artifacts.zip +0 -0
- data/test/fixtures/CMSAWA_v5_6_Artifacts_missing_component.zip +0 -0
- data/test/fixtures/CMSAWA_v5_6_Artifacts_missing_composite_files.zip +0 -0
- data/test/fixtures/CMSAWA_v5_6_Artifacts_missing_file.zip +0 -0
- data/test/fixtures/not_mat_export.zip +0 -0
- data/test/fixtures/vcr_cassettes/load_composite_measure.yml +7305 -0
- data/test/fixtures/vcr_cassettes/load_composite_measure_with_missing_component.yml +6923 -0
- data/test/fixtures/vcr_cassettes/load_composite_measure_with_missing_composite_files.yml +57 -0
- data/test/fixtures/vcr_cassettes/load_composite_measure_with_missing_file.yml +5938 -0
- data/test/fixtures/vcr_cassettes/multi_library_webcalls.yml +156 -167
- data/test/fixtures/vcr_cassettes/valid_vsac_response.yml +216 -191
- data/test/fixtures/vcr_cassettes/valid_vsac_response_158.yml +112 -116
- data/test/fixtures/vcr_cassettes/valid_vsac_response_158_update.yml +121 -125
- data/test/fixtures/vcr_cassettes/valid_vsac_response_hospice.yml +523 -447
- data/test/fixtures/vcr_cassettes/valid_vsac_response_includes_draft.yml +388 -356
- data/test/fixtures/vcr_cassettes/valid_vsac_response_pvc_unused_libraries.yml +969 -2079
- data/test/fixtures/vcr_cassettes/valid_vsac_response_special_characters.yml +1715 -1715
- data/test/fixtures/vcr_cassettes/vs_loading_500_response.yml +26 -510
- data/test/fixtures/vcr_cassettes/vs_loading_empty_concept_list.yml +26 -26
- data/test/fixtures/vcr_cassettes/vs_loading_release.yml +106 -106
- data/test/fixtures/vcr_cassettes/vs_loading_version.yml +106 -106
- data/test/unit/composite_cql_loader_test.rb +102 -0
- data/test/unit/cql_loader_test.rb +18 -7
- data/test/unit/get_value_sets_from_measure_model_test.rb +1 -1
- data/test/unit/load_mat_export_test.rb +15 -9
- data/test/unit/measure_complexity_test.rb +1 -1
- data/test/unit/measure_diff_test.rb +4 -4
- data/test/unit/storing_mat_export_package_test.rb +1 -2
- data/test/unit/value_set_loading_test.rb +16 -16
- data/test/vcr_setup.rb +1 -1
- metadata +23 -8
- data/lib/measures/loading/base_loader_definition.rb +0 -61
@@ -12,7 +12,7 @@ http_interactions:
|
|
12
12
|
Accept-Encoding:
|
13
13
|
- gzip, deflate
|
14
14
|
Content-Length:
|
15
|
-
- '
|
15
|
+
- '37'
|
16
16
|
Content-Type:
|
17
17
|
- application/x-www-form-urlencoded
|
18
18
|
User-Agent:
|
@@ -37,26 +37,26 @@ http_interactions:
|
|
37
37
|
Content-Type:
|
38
38
|
- text/plain;charset=utf-8
|
39
39
|
Content-Length:
|
40
|
-
- '
|
40
|
+
- '66'
|
41
41
|
Date:
|
42
|
-
- Fri,
|
42
|
+
- Fri, 12 Oct 2018 15:50:51 GMT
|
43
43
|
Set-Cookie:
|
44
|
-
- BIGipServervsacweb_p=!
|
45
|
-
expires=Fri,
|
44
|
+
- BIGipServervsacweb_p=!i02IgQsJ4yfUI53NtNHn4GsLooFbU0sVOex6aEQrW0r36lPNvYkCJa3by4E0wdG7oxq5U8aqsjM4IdI=;
|
45
|
+
expires=Fri, 12-Oct-2018 17:50:51 GMT; path=/; Httponly; Secure
|
46
46
|
X-Vip-Info:
|
47
47
|
- 130.14.16.40:443
|
48
48
|
X-Pool-Info:
|
49
|
-
- "/Common/vsacweb_p 10.1.5.
|
49
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
50
50
|
Strict-Transport-Security:
|
51
51
|
- max-age=31536000; includeSubDomains; preload
|
52
52
|
body:
|
53
53
|
encoding: UTF-8
|
54
|
-
string: TGT-
|
54
|
+
string: TGT-1741520-RSvA7Vct2Emb5vrCMIAemwRUEtgse1oLMwbpMFjcf9XrGEVVfu-cas
|
55
55
|
http_version:
|
56
|
-
recorded_at: Fri,
|
56
|
+
recorded_at: Fri, 12 Oct 2018 15:50:51 GMT
|
57
57
|
- request:
|
58
58
|
method: post
|
59
|
-
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-
|
59
|
+
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-1741520-RSvA7Vct2Emb5vrCMIAemwRUEtgse1oLMwbpMFjcf9XrGEVVfu-cas
|
60
60
|
body:
|
61
61
|
encoding: UTF-8
|
62
62
|
string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
|
@@ -91,26 +91,26 @@ http_interactions:
|
|
91
91
|
Content-Type:
|
92
92
|
- text/plain;charset=utf-8
|
93
93
|
Content-Length:
|
94
|
-
- '
|
94
|
+
- '35'
|
95
95
|
Date:
|
96
|
-
- Fri,
|
96
|
+
- Fri, 12 Oct 2018 15:50:51 GMT
|
97
97
|
Set-Cookie:
|
98
|
-
- BIGipServervsacweb_p=!
|
99
|
-
expires=Fri,
|
98
|
+
- BIGipServervsacweb_p=!6p15WJh+4dVmcgbm9OGvBt4MxRMcjqLKIJIu6r13pKQYIUQcoA6TqxpWhYnWj8Oyv8eolwTFQ3ks0Yc=;
|
99
|
+
expires=Fri, 12-Oct-2018 17:50:51 GMT; path=/; Httponly; Secure
|
100
100
|
X-Vip-Info:
|
101
101
|
- 130.14.16.40:443
|
102
102
|
X-Pool-Info:
|
103
|
-
- "/Common/vsacweb_p 10.1.5.
|
103
|
+
- "/Common/vsacweb_p 10.1.5.112 8080"
|
104
104
|
Strict-Transport-Security:
|
105
105
|
- max-age=31536000; includeSubDomains; preload
|
106
106
|
body:
|
107
107
|
encoding: UTF-8
|
108
|
-
string: ST-
|
108
|
+
string: ST-6244612-DVvdpFmibrfivtxFNoCo-cas
|
109
109
|
http_version:
|
110
|
-
recorded_at: Fri,
|
110
|
+
recorded_at: Fri, 12 Oct 2018 15:50:51 GMT
|
111
111
|
- request:
|
112
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-
|
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-6244612-DVvdpFmibrfivtxFNoCo-cas
|
114
114
|
body:
|
115
115
|
encoding: US-ASCII
|
116
116
|
string: ''
|
@@ -139,15 +139,15 @@ http_interactions:
|
|
139
139
|
X-Content-Type-Options:
|
140
140
|
- nosniff
|
141
141
|
Set-Cookie:
|
142
|
-
- BIGipServervsacweb_p=!
|
143
|
-
expires=Fri,
|
144
|
-
- JSESSIONID=
|
142
|
+
- BIGipServervsacweb_p=!imgTKR8EXW/u+T/m9OGvBt4MxRMcjqi8md/TwxEN+cDH+uaM7xxnWIDvxHwOMELAOvhzSkuMHR3qKfc=;
|
143
|
+
expires=Fri, 12-Oct-2018 17:50:52 GMT; path=/; Httponly; Secure
|
144
|
+
- JSESSIONID=BBE81594491AAAB2064220E88531BBD5;path=/vsac;HttpOnly;Secure
|
145
145
|
Content-Type:
|
146
146
|
- text/xml;charset=utf-8
|
147
147
|
Content-Length:
|
148
148
|
- '1356'
|
149
149
|
Date:
|
150
|
-
- Fri,
|
150
|
+
- Fri, 12 Oct 2018 15:50:51 GMT
|
151
151
|
X-Vip-Info:
|
152
152
|
- 130.14.16.40:443
|
153
153
|
X-Pool-Info:
|
@@ -173,10 +173,10 @@ http_interactions:
|
|
173
173
|
</ns0:DescribedValueSet>
|
174
174
|
</ns0:RetrieveMultipleValueSetsResponse>
|
175
175
|
http_version:
|
176
|
-
recorded_at: Fri,
|
176
|
+
recorded_at: Fri, 12 Oct 2018 15:50:52 GMT
|
177
177
|
- request:
|
178
178
|
method: post
|
179
|
-
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-
|
179
|
+
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-1741520-RSvA7Vct2Emb5vrCMIAemwRUEtgse1oLMwbpMFjcf9XrGEVVfu-cas
|
180
180
|
body:
|
181
181
|
encoding: UTF-8
|
182
182
|
string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
|
@@ -211,26 +211,26 @@ http_interactions:
|
|
211
211
|
Content-Type:
|
212
212
|
- text/plain;charset=utf-8
|
213
213
|
Content-Length:
|
214
|
-
- '
|
214
|
+
- '35'
|
215
215
|
Date:
|
216
|
-
- Fri,
|
216
|
+
- Fri, 12 Oct 2018 15:50:51 GMT
|
217
217
|
Set-Cookie:
|
218
|
-
- BIGipServervsacweb_p=!
|
219
|
-
expires=Fri,
|
218
|
+
- BIGipServervsacweb_p=!xLQP/2eQ71mYASjNtNHn4GsLooFbU9utJ8wdU8cetvOUys1Khgjcd2r1mDBaS+5w6IFwGt297PwoeWE=;
|
219
|
+
expires=Fri, 12-Oct-2018 17:50:52 GMT; path=/; Httponly; Secure
|
220
220
|
X-Vip-Info:
|
221
221
|
- 130.14.16.40:443
|
222
222
|
X-Pool-Info:
|
223
|
-
- "/Common/vsacweb_p 10.1.5.
|
223
|
+
- "/Common/vsacweb_p 10.1.5.112 8080"
|
224
224
|
Strict-Transport-Security:
|
225
225
|
- max-age=31536000; includeSubDomains; preload
|
226
226
|
body:
|
227
227
|
encoding: UTF-8
|
228
|
-
string: ST-
|
228
|
+
string: ST-6244616-KS1liwCHefQK6PxofebN-cas
|
229
229
|
http_version:
|
230
|
-
recorded_at: Fri,
|
230
|
+
recorded_at: Fri, 12 Oct 2018 15:50:52 GMT
|
231
231
|
- request:
|
232
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-
|
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-6244616-KS1liwCHefQK6PxofebN-cas
|
234
234
|
body:
|
235
235
|
encoding: US-ASCII
|
236
236
|
string: ''
|
@@ -259,19 +259,19 @@ http_interactions:
|
|
259
259
|
X-Content-Type-Options:
|
260
260
|
- nosniff
|
261
261
|
Set-Cookie:
|
262
|
-
- BIGipServervsacweb_p=!
|
263
|
-
expires=Fri,
|
264
|
-
- JSESSIONID=
|
262
|
+
- BIGipServervsacweb_p=!GT8XlkpcUAJpwEvm9OGvBt4MxRMcjnPxF1HakLWHaX+KQALezEadNB0xtGvYS8kavPEzCDYGuInGatA=;
|
263
|
+
expires=Fri, 12-Oct-2018 17:50:53 GMT; path=/; Httponly; Secure
|
264
|
+
- JSESSIONID=C387962BD97F29B74C65FC1F0064CEC0;path=/vsac;HttpOnly;Secure
|
265
265
|
Content-Type:
|
266
266
|
- text/xml;charset=utf-8
|
267
267
|
Content-Length:
|
268
268
|
- '1765'
|
269
269
|
Date:
|
270
|
-
- Fri,
|
270
|
+
- Fri, 12 Oct 2018 15:50:53 GMT
|
271
271
|
X-Vip-Info:
|
272
272
|
- 130.14.16.40:443
|
273
273
|
X-Pool-Info:
|
274
|
-
- "/Common/vsacweb_p 10.1.5.
|
274
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
275
275
|
Strict-Transport-Security:
|
276
276
|
- max-age=31536000; includeSubDomains; preload
|
277
277
|
body:
|
@@ -297,10 +297,10 @@ http_interactions:
|
|
297
297
|
</ns0:DescribedValueSet>
|
298
298
|
</ns0:RetrieveMultipleValueSetsResponse>
|
299
299
|
http_version:
|
300
|
-
recorded_at: Fri,
|
300
|
+
recorded_at: Fri, 12 Oct 2018 15:50:53 GMT
|
301
301
|
- request:
|
302
302
|
method: post
|
303
|
-
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-
|
303
|
+
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-1741520-RSvA7Vct2Emb5vrCMIAemwRUEtgse1oLMwbpMFjcf9XrGEVVfu-cas
|
304
304
|
body:
|
305
305
|
encoding: UTF-8
|
306
306
|
string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
|
@@ -335,26 +335,26 @@ http_interactions:
|
|
335
335
|
Content-Type:
|
336
336
|
- text/plain;charset=utf-8
|
337
337
|
Content-Length:
|
338
|
-
- '
|
338
|
+
- '35'
|
339
339
|
Date:
|
340
|
-
- Fri,
|
340
|
+
- Fri, 12 Oct 2018 15:50:53 GMT
|
341
341
|
Set-Cookie:
|
342
|
-
- BIGipServervsacweb_p=!
|
343
|
-
expires=Fri,
|
342
|
+
- BIGipServervsacweb_p=!5uOZkiBJimhe82Pm9OGvBt4MxRMcjgddY4EzF1MqW3XaRljxbilz96tBwO3DAM44msN8cQ7T18/jBtw=;
|
343
|
+
expires=Fri, 12-Oct-2018 17:50:53 GMT; path=/; Httponly; Secure
|
344
344
|
X-Vip-Info:
|
345
345
|
- 130.14.16.40:443
|
346
346
|
X-Pool-Info:
|
347
|
-
- "/Common/vsacweb_p 10.1.5.
|
347
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
348
348
|
Strict-Transport-Security:
|
349
349
|
- max-age=31536000; includeSubDomains; preload
|
350
350
|
body:
|
351
351
|
encoding: UTF-8
|
352
|
-
string: ST-
|
352
|
+
string: ST-6244619-tOaEdLIj6MGVLJffHzpN-cas
|
353
353
|
http_version:
|
354
|
-
recorded_at: Fri,
|
354
|
+
recorded_at: Fri, 12 Oct 2018 15:50:53 GMT
|
355
355
|
- request:
|
356
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-
|
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-6244619-tOaEdLIj6MGVLJffHzpN-cas
|
358
358
|
body:
|
359
359
|
encoding: US-ASCII
|
360
360
|
string: ''
|
@@ -383,19 +383,19 @@ http_interactions:
|
|
383
383
|
X-Content-Type-Options:
|
384
384
|
- nosniff
|
385
385
|
Set-Cookie:
|
386
|
-
- BIGipServervsacweb_p=!
|
387
|
-
expires=Fri,
|
388
|
-
- JSESSIONID=
|
386
|
+
- BIGipServervsacweb_p=!OqoegbOFHhnqzF/m9OGvBt4MxRMcjoFHCBq8N4EvVPsLzz8oeMznh766nFhBia6IPUZrcAsmL9C1Vq0=;
|
387
|
+
expires=Fri, 12-Oct-2018 17:50:53 GMT; path=/; Httponly; Secure
|
388
|
+
- JSESSIONID=79B4CEE86778B9577E9A052BED51F1F1;path=/vsac;HttpOnly;Secure
|
389
389
|
Content-Type:
|
390
390
|
- text/xml;charset=utf-8
|
391
391
|
Content-Length:
|
392
392
|
- '1128'
|
393
393
|
Date:
|
394
|
-
- Fri,
|
394
|
+
- Fri, 12 Oct 2018 15:50:53 GMT
|
395
395
|
X-Vip-Info:
|
396
396
|
- 130.14.16.40:443
|
397
397
|
X-Pool-Info:
|
398
|
-
- "/Common/vsacweb_p 10.1.5.
|
398
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
399
399
|
Strict-Transport-Security:
|
400
400
|
- max-age=31536000; includeSubDomains; preload
|
401
401
|
body:
|
@@ -417,10 +417,10 @@ http_interactions:
|
|
417
417
|
</ns0:DescribedValueSet>
|
418
418
|
</ns0:RetrieveMultipleValueSetsResponse>
|
419
419
|
http_version:
|
420
|
-
recorded_at: Fri,
|
420
|
+
recorded_at: Fri, 12 Oct 2018 15:50:53 GMT
|
421
421
|
- request:
|
422
422
|
method: post
|
423
|
-
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-
|
423
|
+
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-1741520-RSvA7Vct2Emb5vrCMIAemwRUEtgse1oLMwbpMFjcf9XrGEVVfu-cas
|
424
424
|
body:
|
425
425
|
encoding: UTF-8
|
426
426
|
string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
|
@@ -455,26 +455,26 @@ http_interactions:
|
|
455
455
|
Content-Type:
|
456
456
|
- text/plain;charset=utf-8
|
457
457
|
Content-Length:
|
458
|
-
- '
|
458
|
+
- '35'
|
459
459
|
Date:
|
460
|
-
- Fri,
|
460
|
+
- Fri, 12 Oct 2018 15:50:53 GMT
|
461
461
|
Set-Cookie:
|
462
|
-
- BIGipServervsacweb_p=!
|
463
|
-
expires=Fri,
|
462
|
+
- BIGipServervsacweb_p=!0znjIO/UhreqnfXm9OGvBt4MxRMcjlX144wxcfQGLifjX7Z3L6MpGfmR2kWkUkx5zD88pkkGTXm5z58=;
|
463
|
+
expires=Fri, 12-Oct-2018 17:50:53 GMT; path=/; Httponly; Secure
|
464
464
|
X-Vip-Info:
|
465
465
|
- 130.14.16.40:443
|
466
466
|
X-Pool-Info:
|
467
|
-
- "/Common/vsacweb_p 10.1.5.
|
467
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
468
468
|
Strict-Transport-Security:
|
469
469
|
- max-age=31536000; includeSubDomains; preload
|
470
470
|
body:
|
471
471
|
encoding: UTF-8
|
472
|
-
string: ST-
|
472
|
+
string: ST-6244620-R2ibYanPeNOvwQNAa2Kq-cas
|
473
473
|
http_version:
|
474
|
-
recorded_at: Fri,
|
474
|
+
recorded_at: Fri, 12 Oct 2018 15:50:53 GMT
|
475
475
|
- request:
|
476
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-
|
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-6244620-R2ibYanPeNOvwQNAa2Kq-cas
|
478
478
|
body:
|
479
479
|
encoding: US-ASCII
|
480
480
|
string: ''
|
@@ -503,19 +503,19 @@ http_interactions:
|
|
503
503
|
X-Content-Type-Options:
|
504
504
|
- nosniff
|
505
505
|
Set-Cookie:
|
506
|
-
- BIGipServervsacweb_p=!
|
507
|
-
expires=Fri,
|
508
|
-
- JSESSIONID=
|
506
|
+
- BIGipServervsacweb_p=!bBrYZntt3a+zvwDNtNHn4GsLooFbU8M1mnqvvfoaHq/LB3FBNIi843qFMX/0E6RTgZAra3YjrafStjg=;
|
507
|
+
expires=Fri, 12-Oct-2018 17:50:54 GMT; path=/; Httponly; Secure
|
508
|
+
- JSESSIONID=8660C8DB21AA7E8476204AF7508DB33A;path=/vsac;HttpOnly;Secure
|
509
509
|
Content-Type:
|
510
510
|
- text/xml;charset=utf-8
|
511
511
|
Content-Length:
|
512
|
-
- '
|
512
|
+
- '24136'
|
513
513
|
Date:
|
514
|
-
- Fri,
|
514
|
+
- Fri, 12 Oct 2018 15:50:54 GMT
|
515
515
|
X-Vip-Info:
|
516
516
|
- 130.14.16.40:443
|
517
517
|
X-Pool-Info:
|
518
|
-
- "/Common/vsacweb_p 10.1.5.
|
518
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
519
519
|
Strict-Transport-Security:
|
520
520
|
- max-age=31536000; includeSubDomains; preload
|
521
521
|
body:
|
@@ -545,7 +545,6 @@ http_interactions:
|
|
545
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
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
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
548
|
<ns0:Concept code="25" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid - Out of State"/>
|
550
549
|
<ns0:Concept code="29" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="Medicaid Other"/>
|
551
550
|
<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)"/>
|
@@ -638,9 +637,6 @@ http_interactions:
|
|
638
637
|
<ns0:Concept code="613" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Managed Care - POS"/>
|
639
638
|
<ns0:Concept code="619" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="BC Managed Care - Other"/>
|
640
639
|
<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
640
|
<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
641
|
<ns0:Concept code="71" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="HMO"/>
|
646
642
|
<ns0:Concept code="72" codeSystem="2.16.840.1.113883.3.221.5" codeSystemName="SOP" codeSystemVersion="5.0" displayName="PPO"/>
|
@@ -676,14 +672,14 @@ http_interactions:
|
|
676
672
|
<ns0:Type>Extensional</ns0:Type>
|
677
673
|
<ns0:Binding>Dynamic</ns0:Binding>
|
678
674
|
<ns0:Status>Active</ns0:Status>
|
679
|
-
<ns0:RevisionDate>
|
675
|
+
<ns0:RevisionDate>2018-07-18</ns0:RevisionDate>
|
680
676
|
</ns0:DescribedValueSet>
|
681
677
|
</ns0:RetrieveMultipleValueSetsResponse>
|
682
678
|
http_version:
|
683
|
-
recorded_at: Fri,
|
679
|
+
recorded_at: Fri, 12 Oct 2018 15:50:54 GMT
|
684
680
|
- request:
|
685
681
|
method: post
|
686
|
-
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-
|
682
|
+
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-1741520-RSvA7Vct2Emb5vrCMIAemwRUEtgse1oLMwbpMFjcf9XrGEVVfu-cas
|
687
683
|
body:
|
688
684
|
encoding: UTF-8
|
689
685
|
string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
|
@@ -718,26 +714,26 @@ http_interactions:
|
|
718
714
|
Content-Type:
|
719
715
|
- text/plain;charset=utf-8
|
720
716
|
Content-Length:
|
721
|
-
- '
|
717
|
+
- '35'
|
722
718
|
Date:
|
723
|
-
- Fri,
|
719
|
+
- Fri, 12 Oct 2018 15:50:53 GMT
|
724
720
|
Set-Cookie:
|
725
|
-
- BIGipServervsacweb_p=!
|
726
|
-
expires=Fri,
|
721
|
+
- BIGipServervsacweb_p=!ZV9wyLXrvmMy5OHNtNHn4GsLooFbUwBnP2wri0dmGtOU8ZmvQfCYAm1p3aoXtpYNQQVO9Rd9d/Ii61A=;
|
722
|
+
expires=Fri, 12-Oct-2018 17:50:54 GMT; path=/; Httponly; Secure
|
727
723
|
X-Vip-Info:
|
728
724
|
- 130.14.16.40:443
|
729
725
|
X-Pool-Info:
|
730
|
-
- "/Common/vsacweb_p 10.1.5.
|
726
|
+
- "/Common/vsacweb_p 10.1.5.112 8080"
|
731
727
|
Strict-Transport-Security:
|
732
728
|
- max-age=31536000; includeSubDomains; preload
|
733
729
|
body:
|
734
730
|
encoding: UTF-8
|
735
|
-
string: ST-
|
731
|
+
string: ST-6244626-3buHrcoNvbsk0mFmck4c-cas
|
736
732
|
http_version:
|
737
|
-
recorded_at: Fri,
|
733
|
+
recorded_at: Fri, 12 Oct 2018 15:50:54 GMT
|
738
734
|
- request:
|
739
735
|
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-
|
736
|
+
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-6244626-3buHrcoNvbsk0mFmck4c-cas
|
741
737
|
body:
|
742
738
|
encoding: US-ASCII
|
743
739
|
string: ''
|
@@ -766,15 +762,15 @@ http_interactions:
|
|
766
762
|
X-Content-Type-Options:
|
767
763
|
- nosniff
|
768
764
|
Set-Cookie:
|
769
|
-
- BIGipServervsacweb_p=!
|
770
|
-
expires=Fri,
|
771
|
-
- JSESSIONID=
|
765
|
+
- BIGipServervsacweb_p=!HU9Wid6KQnUorN3NtNHn4GsLooFbU1wz0vKnud2Y9J6tigcDQxOQONqSboFtPlJAgq+d/RFBLvDV7oQ=;
|
766
|
+
expires=Fri, 12-Oct-2018 17:50:55 GMT; path=/; Httponly; Secure
|
767
|
+
- JSESSIONID=13BA55701F6AA2ED2692B1FC65C3045F;path=/vsac;HttpOnly;Secure
|
772
768
|
Content-Type:
|
773
769
|
- text/xml;charset=utf-8
|
774
770
|
Content-Length:
|
775
|
-
- '
|
771
|
+
- '17612'
|
776
772
|
Date:
|
777
|
-
- Fri,
|
773
|
+
- Fri, 12 Oct 2018 15:50:55 GMT
|
778
774
|
X-Vip-Info:
|
779
775
|
- 130.14.16.40:443
|
780
776
|
X-Pool-Info:
|
@@ -872,24 +868,30 @@ http_interactions:
|
|
872
868
|
<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
869
|
<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
870
|
<ns0:Concept code="69259-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast implant - right Mammogram diagnostic"/>
|
871
|
+
<ns0:Concept code="72137-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right FFD mammogram-tomosynthesis diagnostic"/>
|
872
|
+
<ns0:Concept code="72138-1" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left FFD mammogram-tomosynthesis diagnostic"/>
|
873
|
+
<ns0:Concept code="72139-9" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral FFD mammogram-tomosynthesis diagnostic"/>
|
874
|
+
<ns0:Concept code="72140-7" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - right FFD mammogram-tomosynthesis screening"/>
|
875
|
+
<ns0:Concept code="72141-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - left FFD mammogram-tomosynthesis screening"/>
|
876
|
+
<ns0:Concept code="72142-3" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" codeSystemVersion="2.54" displayName="Breast - bilateral FFD mammogram-tomosynthesis screening"/>
|
875
877
|
<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
878
|
<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
879
|
<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
880
|
</ns0:ConceptList>
|
879
881
|
<ns0:Source>National Committee for Quality Assurance</ns0:Source>
|
880
|
-
<ns0:Purpose>(Clinical Focus:
|
882
|
+
<ns0:Purpose>(Clinical Focus: This value set contains codes that identify a mammogram.),(Data Element Scope: This value set was intended to identify patients who had a mammogram.),(Inclusion Criteria: Includes codes that identify a mammogram.),(Exclusion Criteria: None)</ns0:Purpose>
|
881
883
|
<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
884
|
<ns0:Type>Grouping</ns0:Type>
|
883
885
|
<ns0:Binding>Dynamic</ns0:Binding>
|
884
886
|
<ns0:Status>Active</ns0:Status>
|
885
|
-
<ns0:RevisionDate>2017-
|
887
|
+
<ns0:RevisionDate>2017-12-22</ns0:RevisionDate>
|
886
888
|
</ns0:DescribedValueSet>
|
887
889
|
</ns0:RetrieveMultipleValueSetsResponse>
|
888
890
|
http_version:
|
889
|
-
recorded_at: Fri,
|
891
|
+
recorded_at: Fri, 12 Oct 2018 15:50:55 GMT
|
890
892
|
- request:
|
891
893
|
method: post
|
892
|
-
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-
|
894
|
+
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-1741520-RSvA7Vct2Emb5vrCMIAemwRUEtgse1oLMwbpMFjcf9XrGEVVfu-cas
|
893
895
|
body:
|
894
896
|
encoding: UTF-8
|
895
897
|
string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
|
@@ -924,26 +926,26 @@ http_interactions:
|
|
924
926
|
Content-Type:
|
925
927
|
- text/plain;charset=utf-8
|
926
928
|
Content-Length:
|
927
|
-
- '
|
929
|
+
- '35'
|
928
930
|
Date:
|
929
|
-
- Fri,
|
931
|
+
- Fri, 12 Oct 2018 15:50:54 GMT
|
930
932
|
Set-Cookie:
|
931
|
-
- BIGipServervsacweb_p=!
|
932
|
-
expires=Fri,
|
933
|
+
- BIGipServervsacweb_p=!wFRZkQKeCmsOqgLNtNHn4GsLooFbUxKnW5h4hCfDp8kwkTsYZK1LfoMGn+HsodhzWcZ/ReyBYrGkVlc=;
|
934
|
+
expires=Fri, 12-Oct-2018 17:50:55 GMT; path=/; Httponly; Secure
|
933
935
|
X-Vip-Info:
|
934
936
|
- 130.14.16.40:443
|
935
937
|
X-Pool-Info:
|
936
|
-
- "/Common/vsacweb_p 10.1.5.
|
938
|
+
- "/Common/vsacweb_p 10.1.5.112 8080"
|
937
939
|
Strict-Transport-Security:
|
938
940
|
- max-age=31536000; includeSubDomains; preload
|
939
941
|
body:
|
940
942
|
encoding: UTF-8
|
941
|
-
string: ST-
|
943
|
+
string: ST-6244633-3C5DfB1n1weUfTGXEkNN-cas
|
942
944
|
http_version:
|
943
|
-
recorded_at: Fri,
|
945
|
+
recorded_at: Fri, 12 Oct 2018 15:50:55 GMT
|
944
946
|
- request:
|
945
947
|
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-
|
948
|
+
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-6244633-3C5DfB1n1weUfTGXEkNN-cas
|
947
949
|
body:
|
948
950
|
encoding: US-ASCII
|
949
951
|
string: ''
|
@@ -972,15 +974,15 @@ http_interactions:
|
|
972
974
|
X-Content-Type-Options:
|
973
975
|
- nosniff
|
974
976
|
Set-Cookie:
|
975
|
-
- BIGipServervsacweb_p=!
|
976
|
-
expires=Fri,
|
977
|
-
- JSESSIONID=
|
977
|
+
- BIGipServervsacweb_p=!zEW1sGb9mxAaoSzm9OGvBt4MxRMcjgaDZR7qWfaWz6X+8PWcPHNKTZYHR7nLVOZFwMmeTL52pxEwzJY=;
|
978
|
+
expires=Fri, 12-Oct-2018 17:50:56 GMT; path=/; Httponly; Secure
|
979
|
+
- JSESSIONID=3AD231A314A1F16C302C49B1598A32D9;path=/vsac;HttpOnly;Secure
|
978
980
|
Content-Type:
|
979
981
|
- text/xml;charset=utf-8
|
980
982
|
Content-Length:
|
981
983
|
- '4206'
|
982
984
|
Date:
|
983
|
-
- Fri,
|
985
|
+
- Fri, 12 Oct 2018 15:50:55 GMT
|
984
986
|
X-Vip-Info:
|
985
987
|
- 130.14.16.40:443
|
986
988
|
X-Pool-Info:
|
@@ -1020,10 +1022,10 @@ http_interactions:
|
|
1020
1022
|
</ns0:DescribedValueSet>
|
1021
1023
|
</ns0:RetrieveMultipleValueSetsResponse>
|
1022
1024
|
http_version:
|
1023
|
-
recorded_at: Fri,
|
1025
|
+
recorded_at: Fri, 12 Oct 2018 15:50:56 GMT
|
1024
1026
|
- request:
|
1025
1027
|
method: post
|
1026
|
-
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-
|
1028
|
+
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-1741520-RSvA7Vct2Emb5vrCMIAemwRUEtgse1oLMwbpMFjcf9XrGEVVfu-cas
|
1027
1029
|
body:
|
1028
1030
|
encoding: UTF-8
|
1029
1031
|
string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
|
@@ -1058,26 +1060,26 @@ http_interactions:
|
|
1058
1060
|
Content-Type:
|
1059
1061
|
- text/plain;charset=utf-8
|
1060
1062
|
Content-Length:
|
1061
|
-
- '
|
1063
|
+
- '35'
|
1062
1064
|
Date:
|
1063
|
-
- Fri,
|
1065
|
+
- Fri, 12 Oct 2018 15:50:56 GMT
|
1064
1066
|
Set-Cookie:
|
1065
|
-
- BIGipServervsacweb_p
|
1066
|
-
expires=Fri,
|
1067
|
+
- BIGipServervsacweb_p=!/6K8WXLAVrb4JTDNtNHn4GsLooFbUz6ap4VWe5d5iAk/GLk6MZqlD7kO7qE3jlocomSFjmq4YocKG3c=;
|
1068
|
+
expires=Fri, 12-Oct-2018 17:50:56 GMT; path=/; Httponly; Secure
|
1067
1069
|
X-Vip-Info:
|
1068
1070
|
- 130.14.16.40:443
|
1069
1071
|
X-Pool-Info:
|
1070
|
-
- "/Common/vsacweb_p 10.1.5.
|
1072
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
1071
1073
|
Strict-Transport-Security:
|
1072
1074
|
- max-age=31536000; includeSubDomains; preload
|
1073
1075
|
body:
|
1074
1076
|
encoding: UTF-8
|
1075
|
-
string: ST-
|
1077
|
+
string: ST-6244636-PvUTPdrqLi4dZe9AjdK9-cas
|
1076
1078
|
http_version:
|
1077
|
-
recorded_at: Fri,
|
1079
|
+
recorded_at: Fri, 12 Oct 2018 15:50:56 GMT
|
1078
1080
|
- request:
|
1079
1081
|
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-
|
1082
|
+
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-6244636-PvUTPdrqLi4dZe9AjdK9-cas
|
1081
1083
|
body:
|
1082
1084
|
encoding: US-ASCII
|
1083
1085
|
string: ''
|
@@ -1106,19 +1108,19 @@ http_interactions:
|
|
1106
1108
|
X-Content-Type-Options:
|
1107
1109
|
- nosniff
|
1108
1110
|
Set-Cookie:
|
1109
|
-
- BIGipServervsacweb_p=!
|
1110
|
-
expires=Fri,
|
1111
|
-
- JSESSIONID=
|
1111
|
+
- BIGipServervsacweb_p=!xxvix7dE1ol5f1Hm9OGvBt4MxRMcjlz43pbNja4rtOxyx4sfO4Yk7cOlKBk9vc6RqCg2uqPWwIcwWLI=;
|
1112
|
+
expires=Fri, 12-Oct-2018 17:50:56 GMT; path=/; Httponly; Secure
|
1113
|
+
- JSESSIONID=46E8EBA848CA0798E80F10DF93DC85C4;path=/vsac;HttpOnly;Secure
|
1112
1114
|
Content-Type:
|
1113
1115
|
- text/xml;charset=utf-8
|
1114
1116
|
Content-Length:
|
1115
|
-
- '
|
1117
|
+
- '9961'
|
1116
1118
|
Date:
|
1117
|
-
- Fri,
|
1119
|
+
- Fri, 12 Oct 2018 15:50:56 GMT
|
1118
1120
|
X-Vip-Info:
|
1119
1121
|
- 130.14.16.40:443
|
1120
1122
|
X-Pool-Info:
|
1121
|
-
- "/Common/vsacweb_p 10.1.5.
|
1123
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
1122
1124
|
Strict-Transport-Security:
|
1123
1125
|
- max-age=31536000; includeSubDomains; preload
|
1124
1126
|
body:
|
@@ -1128,6 +1130,17 @@ http_interactions:
|
|
1128
1130
|
<ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
1129
1131
|
<ns0:DescribedValueSet ID="2.16.840.1.113883.3.464.1003.101.12.1016" displayName="Home Healthcare Services" version="N/A">
|
1130
1132
|
<ns0:ConceptList>
|
1133
|
+
<ns0:Concept code="185460008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Home visit request by patient (procedure)"/>
|
1134
|
+
<ns0:Concept code="185462000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Home visit request by relative (procedure)"/>
|
1135
|
+
<ns0:Concept code="185466002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Home visit for urgent condition (procedure)"/>
|
1136
|
+
<ns0:Concept code="185467006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Home visit for acute condition (procedure)"/>
|
1137
|
+
<ns0:Concept code="185468001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Home visit for chronic condition (procedure)"/>
|
1138
|
+
<ns0:Concept code="185470005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Home visit elderly assessment (procedure)"/>
|
1139
|
+
<ns0:Concept code="225929007" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Joint home visit (procedure)"/>
|
1140
|
+
<ns0:Concept code="315205008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Bank holiday home visit (procedure)"/>
|
1141
|
+
<ns0:Concept code="439708006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Home visit (procedure)"/>
|
1142
|
+
<ns0:Concept code="698704008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Home visit for rheumatology service (procedure)"/>
|
1143
|
+
<ns0:Concept code="704126008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Home visit for anticoagulant drug monitoring (procedure)"/>
|
1131
1144
|
<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
1145
|
<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
1146
|
<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."/>
|
@@ -1140,18 +1153,18 @@ http_interactions:
|
|
1140
1153
|
</ns0:ConceptList>
|
1141
1154
|
<ns0:Source>National Committee for Quality Assurance</ns0:Source>
|
1142
1155
|
<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>
|
1156
|
+
<ns0:Definition>(2.16.840.1.113883.3.464.1003.101.11.1080:Home Healthcare Services),(2.16.840.1.113883.3.464.1003.101.11.1265:Home Visits)</ns0:Definition>
|
1144
1157
|
<ns0:Type>Grouping</ns0:Type>
|
1145
1158
|
<ns0:Binding>Dynamic</ns0:Binding>
|
1146
1159
|
<ns0:Status>Active</ns0:Status>
|
1147
|
-
<ns0:RevisionDate>
|
1160
|
+
<ns0:RevisionDate>2018-03-10</ns0:RevisionDate>
|
1148
1161
|
</ns0:DescribedValueSet>
|
1149
1162
|
</ns0:RetrieveMultipleValueSetsResponse>
|
1150
1163
|
http_version:
|
1151
|
-
recorded_at: Fri,
|
1164
|
+
recorded_at: Fri, 12 Oct 2018 15:50:56 GMT
|
1152
1165
|
- request:
|
1153
1166
|
method: post
|
1154
|
-
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-
|
1167
|
+
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-1741520-RSvA7Vct2Emb5vrCMIAemwRUEtgse1oLMwbpMFjcf9XrGEVVfu-cas
|
1155
1168
|
body:
|
1156
1169
|
encoding: UTF-8
|
1157
1170
|
string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
|
@@ -1186,26 +1199,26 @@ http_interactions:
|
|
1186
1199
|
Content-Type:
|
1187
1200
|
- text/plain;charset=utf-8
|
1188
1201
|
Content-Length:
|
1189
|
-
- '
|
1202
|
+
- '35'
|
1190
1203
|
Date:
|
1191
|
-
- Fri,
|
1204
|
+
- Fri, 12 Oct 2018 15:50:56 GMT
|
1192
1205
|
Set-Cookie:
|
1193
|
-
- BIGipServervsacweb_p=!
|
1194
|
-
expires=Fri,
|
1206
|
+
- BIGipServervsacweb_p=!geEYeJGWX79tI+vNtNHn4GsLooFbU7j9r4ZV+XN1zIxcXVCKtF0n72szHPvK37+pJczoUFP2u8HD3FA=;
|
1207
|
+
expires=Fri, 12-Oct-2018 17:50:57 GMT; path=/; Httponly; Secure
|
1195
1208
|
X-Vip-Info:
|
1196
1209
|
- 130.14.16.40:443
|
1197
1210
|
X-Pool-Info:
|
1198
|
-
- "/Common/vsacweb_p 10.1.5.
|
1211
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
1199
1212
|
Strict-Transport-Security:
|
1200
1213
|
- max-age=31536000; includeSubDomains; preload
|
1201
1214
|
body:
|
1202
1215
|
encoding: UTF-8
|
1203
|
-
string: ST-
|
1216
|
+
string: ST-6244639-Hv7x0CrgHGwfLhk5O3II-cas
|
1204
1217
|
http_version:
|
1205
|
-
recorded_at: Fri,
|
1218
|
+
recorded_at: Fri, 12 Oct 2018 15:50:57 GMT
|
1206
1219
|
- request:
|
1207
1220
|
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-
|
1221
|
+
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-6244639-Hv7x0CrgHGwfLhk5O3II-cas
|
1209
1222
|
body:
|
1210
1223
|
encoding: US-ASCII
|
1211
1224
|
string: ''
|
@@ -1234,19 +1247,19 @@ http_interactions:
|
|
1234
1247
|
X-Content-Type-Options:
|
1235
1248
|
- nosniff
|
1236
1249
|
Set-Cookie:
|
1237
|
-
- BIGipServervsacweb_p=!
|
1238
|
-
expires=Fri,
|
1239
|
-
- JSESSIONID=
|
1250
|
+
- BIGipServervsacweb_p=!5UtU6FxEnmJlHGbNtNHn4GsLooFbU0n63EMc6hBgBw0UWmD8tWvGyndUttDgup7SunFU1nDtsA0GmQA=;
|
1251
|
+
expires=Fri, 12-Oct-2018 17:50:57 GMT; path=/; Httponly; Secure
|
1252
|
+
- JSESSIONID=BFFD25C47B1902AEA4FD85EF3A3F623C;path=/vsac;HttpOnly;Secure
|
1240
1253
|
Content-Type:
|
1241
1254
|
- text/xml;charset=utf-8
|
1242
1255
|
Content-Length:
|
1243
|
-
- '
|
1256
|
+
- '9392'
|
1244
1257
|
Date:
|
1245
|
-
- Fri,
|
1258
|
+
- Fri, 12 Oct 2018 15:50:57 GMT
|
1246
1259
|
X-Vip-Info:
|
1247
1260
|
- 130.14.16.40:443
|
1248
1261
|
X-Pool-Info:
|
1249
|
-
- "/Common/vsacweb_p 10.1.5.
|
1262
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
1250
1263
|
Strict-Transport-Security:
|
1251
1264
|
- max-age=31536000; includeSubDomains; preload
|
1252
1265
|
body:
|
@@ -1256,6 +1269,13 @@ http_interactions:
|
|
1256
1269
|
<ns0:RetrieveMultipleValueSetsResponse xmlns:ns0="urn:ihe:iti:svs:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
1257
1270
|
<ns0:DescribedValueSet ID="2.16.840.1.113883.3.464.1003.101.12.1001" displayName="Office Visit" version="N/A">
|
1258
1271
|
<ns0:ConceptList>
|
1272
|
+
<ns0:Concept code="185463005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Visit out of hours (procedure)"/>
|
1273
|
+
<ns0:Concept code="185464004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Out of hours visit - not night visit (procedure)"/>
|
1274
|
+
<ns0:Concept code="185465003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Weekend visit (procedure)"/>
|
1275
|
+
<ns0:Concept code="30346009" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Evaluation and management of established outpatient in office or other outpatient facility (procedure)"/>
|
1276
|
+
<ns0:Concept code="3391000175108" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Office visit for pediatric care and assessment (procedure)"/>
|
1277
|
+
<ns0:Concept code="37894004" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Evaluation and management of new outpatient in office or other outpatient facility (procedure)"/>
|
1278
|
+
<ns0:Concept code="439740005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Postoperative follow-up visit (procedure)"/>
|
1259
1279
|
<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
1280
|
<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
1281
|
<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."/>
|
@@ -1268,18 +1288,18 @@ http_interactions:
|
|
1268
1288
|
</ns0:ConceptList>
|
1269
1289
|
<ns0:Source>National Committee for Quality Assurance</ns0:Source>
|
1270
1290
|
<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>
|
1291
|
+
<ns0:Definition>(2.16.840.1.113883.3.464.1003.101.11.1005:Office Visit),(2.16.840.1.113883.3.464.1003.101.11.1264:Office visits, include weekend, after hours)</ns0:Definition>
|
1272
1292
|
<ns0:Type>Grouping</ns0:Type>
|
1273
1293
|
<ns0:Binding>Dynamic</ns0:Binding>
|
1274
1294
|
<ns0:Status>Active</ns0:Status>
|
1275
|
-
<ns0:RevisionDate>
|
1295
|
+
<ns0:RevisionDate>2018-03-10</ns0:RevisionDate>
|
1276
1296
|
</ns0:DescribedValueSet>
|
1277
1297
|
</ns0:RetrieveMultipleValueSetsResponse>
|
1278
1298
|
http_version:
|
1279
|
-
recorded_at: Fri,
|
1299
|
+
recorded_at: Fri, 12 Oct 2018 15:50:57 GMT
|
1280
1300
|
- request:
|
1281
1301
|
method: post
|
1282
|
-
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-
|
1302
|
+
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-1741520-RSvA7Vct2Emb5vrCMIAemwRUEtgse1oLMwbpMFjcf9XrGEVVfu-cas
|
1283
1303
|
body:
|
1284
1304
|
encoding: UTF-8
|
1285
1305
|
string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
|
@@ -1314,26 +1334,26 @@ http_interactions:
|
|
1314
1334
|
Content-Type:
|
1315
1335
|
- text/plain;charset=utf-8
|
1316
1336
|
Content-Length:
|
1317
|
-
- '
|
1337
|
+
- '35'
|
1318
1338
|
Date:
|
1319
|
-
- Fri,
|
1339
|
+
- Fri, 12 Oct 2018 15:50:57 GMT
|
1320
1340
|
Set-Cookie:
|
1321
|
-
- BIGipServervsacweb_p=!
|
1322
|
-
expires=Fri,
|
1341
|
+
- BIGipServervsacweb_p=!TgTIYqyMlVDhvAHm9OGvBt4MxRMcjrNNPrh0nQTX2Q4jGhAlqHpq3vGn7pXYgS8bpToZDUcNGqc+PFo=;
|
1342
|
+
expires=Fri, 12-Oct-2018 17:50:57 GMT; path=/; Httponly; Secure
|
1323
1343
|
X-Vip-Info:
|
1324
1344
|
- 130.14.16.40:443
|
1325
1345
|
X-Pool-Info:
|
1326
|
-
- "/Common/vsacweb_p 10.1.5.
|
1346
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
1327
1347
|
Strict-Transport-Security:
|
1328
1348
|
- max-age=31536000; includeSubDomains; preload
|
1329
1349
|
body:
|
1330
1350
|
encoding: UTF-8
|
1331
|
-
string: ST-
|
1351
|
+
string: ST-6244643-I51gf7Lqcomks1XlwW7c-cas
|
1332
1352
|
http_version:
|
1333
|
-
recorded_at: Fri,
|
1353
|
+
recorded_at: Fri, 12 Oct 2018 15:50:57 GMT
|
1334
1354
|
- request:
|
1335
1355
|
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-
|
1356
|
+
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-6244643-I51gf7Lqcomks1XlwW7c-cas
|
1337
1357
|
body:
|
1338
1358
|
encoding: US-ASCII
|
1339
1359
|
string: ''
|
@@ -1362,19 +1382,19 @@ http_interactions:
|
|
1362
1382
|
X-Content-Type-Options:
|
1363
1383
|
- nosniff
|
1364
1384
|
Set-Cookie:
|
1365
|
-
- BIGipServervsacweb_p=!
|
1366
|
-
expires=Fri,
|
1367
|
-
- JSESSIONID=
|
1385
|
+
- BIGipServervsacweb_p=!FGnbDbOv7qdjEOnNtNHn4GsLooFbU5+rd5WGhVjUqmwzaIQHQyE40noDO5t4EnGH+nDTr5mIU/Rec80=;
|
1386
|
+
expires=Fri, 12-Oct-2018 17:50:58 GMT; path=/; Httponly; Secure
|
1387
|
+
- JSESSIONID=9AC965EDFCB5E9C9DF6D4D6E28733978;path=/vsac;HttpOnly;Secure
|
1368
1388
|
Content-Type:
|
1369
1389
|
- text/xml;charset=utf-8
|
1370
1390
|
Content-Length:
|
1371
|
-
- '
|
1391
|
+
- '2963'
|
1372
1392
|
Date:
|
1373
|
-
- Fri,
|
1393
|
+
- Fri, 12 Oct 2018 15:50:57 GMT
|
1374
1394
|
X-Vip-Info:
|
1375
1395
|
- 130.14.16.40:443
|
1376
1396
|
X-Pool-Info:
|
1377
|
-
- "/Common/vsacweb_p 10.1.5.
|
1397
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
1378
1398
|
Strict-Transport-Security:
|
1379
1399
|
- max-age=31536000; includeSubDomains; preload
|
1380
1400
|
body:
|
@@ -1395,19 +1415,19 @@ http_interactions:
|
|
1395
1415
|
<ns0:Concept code="76468001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Bilateral radical mastectomy (procedure)"/>
|
1396
1416
|
</ns0:ConceptList>
|
1397
1417
|
<ns0:Source>National Committee for Quality Assurance</ns0:Source>
|
1398
|
-
<ns0:Purpose>(Clinical Focus:
|
1418
|
+
<ns0:Purpose>(Clinical Focus: This value set contains codes to identify a bilateral mastectomy.),(Data Element Scope: This value set was intended to identify patients who had a bilateral mastectomy.),(Inclusion Criteria: Includes codes that indicate a bilateral mastectomy.),(Exclusion Criteria: Excludes codes that indicate a unilateral mastectomy or are unspecified.)</ns0:Purpose>
|
1399
1419
|
<ns0:Definition>(2.16.840.1.113883.3.464.1003.198.11.1005:Bilateral Mastectomy)</ns0:Definition>
|
1400
1420
|
<ns0:Type>Grouping</ns0:Type>
|
1401
1421
|
<ns0:Binding>Dynamic</ns0:Binding>
|
1402
1422
|
<ns0:Status>Active</ns0:Status>
|
1403
|
-
<ns0:RevisionDate>2017-
|
1423
|
+
<ns0:RevisionDate>2017-12-19</ns0:RevisionDate>
|
1404
1424
|
</ns0:DescribedValueSet>
|
1405
1425
|
</ns0:RetrieveMultipleValueSetsResponse>
|
1406
1426
|
http_version:
|
1407
|
-
recorded_at: Fri,
|
1427
|
+
recorded_at: Fri, 12 Oct 2018 15:50:58 GMT
|
1408
1428
|
- request:
|
1409
1429
|
method: post
|
1410
|
-
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-
|
1430
|
+
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-1741520-RSvA7Vct2Emb5vrCMIAemwRUEtgse1oLMwbpMFjcf9XrGEVVfu-cas
|
1411
1431
|
body:
|
1412
1432
|
encoding: UTF-8
|
1413
1433
|
string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
|
@@ -1442,26 +1462,26 @@ http_interactions:
|
|
1442
1462
|
Content-Type:
|
1443
1463
|
- text/plain;charset=utf-8
|
1444
1464
|
Content-Length:
|
1445
|
-
- '
|
1465
|
+
- '35'
|
1446
1466
|
Date:
|
1447
|
-
- Fri,
|
1467
|
+
- Fri, 12 Oct 2018 15:50:58 GMT
|
1448
1468
|
Set-Cookie:
|
1449
|
-
- BIGipServervsacweb_p=!
|
1450
|
-
expires=Fri,
|
1469
|
+
- BIGipServervsacweb_p=!cUn/wkKW8UHFTxDm9OGvBt4MxRMcjmQl8iNDAuf6SyzkWD+EuQfl83h1eoLneZ6XCwlLCPQD09CBadg=;
|
1470
|
+
expires=Fri, 12-Oct-2018 17:50:58 GMT; path=/; Httponly; Secure
|
1451
1471
|
X-Vip-Info:
|
1452
1472
|
- 130.14.16.40:443
|
1453
1473
|
X-Pool-Info:
|
1454
|
-
- "/Common/vsacweb_p 10.1.5.
|
1474
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
1455
1475
|
Strict-Transport-Security:
|
1456
1476
|
- max-age=31536000; includeSubDomains; preload
|
1457
1477
|
body:
|
1458
1478
|
encoding: UTF-8
|
1459
|
-
string: ST-
|
1479
|
+
string: ST-6244646-s65Bb53z7dGVi7WWSANq-cas
|
1460
1480
|
http_version:
|
1461
|
-
recorded_at: Fri,
|
1481
|
+
recorded_at: Fri, 12 Oct 2018 15:50:58 GMT
|
1462
1482
|
- request:
|
1463
1483
|
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-
|
1484
|
+
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-6244646-s65Bb53z7dGVi7WWSANq-cas
|
1465
1485
|
body:
|
1466
1486
|
encoding: US-ASCII
|
1467
1487
|
string: ''
|
@@ -1490,19 +1510,19 @@ http_interactions:
|
|
1490
1510
|
X-Content-Type-Options:
|
1491
1511
|
- nosniff
|
1492
1512
|
Set-Cookie:
|
1493
|
-
- BIGipServervsacweb_p=!
|
1494
|
-
expires=Fri,
|
1495
|
-
- JSESSIONID=
|
1513
|
+
- BIGipServervsacweb_p=!zwZZKMo7Ht/7g4Lm9OGvBt4MxRMcjgZs0dzwaPvTauPmL0PwfDLJn9itvoH0mMZWLRjqcGFyxgcQdrs=;
|
1514
|
+
expires=Fri, 12-Oct-2018 17:50:58 GMT; path=/; Httponly; Secure
|
1515
|
+
- JSESSIONID=A00EB69264C4EA5E3F2C1B445383E566;path=/vsac;HttpOnly;Secure
|
1496
1516
|
Content-Type:
|
1497
1517
|
- text/xml;charset=utf-8
|
1498
1518
|
Content-Length:
|
1499
|
-
- '
|
1519
|
+
- '8756'
|
1500
1520
|
Date:
|
1501
|
-
- Fri,
|
1521
|
+
- Fri, 12 Oct 2018 15:50:58 GMT
|
1502
1522
|
X-Vip-Info:
|
1503
1523
|
- 130.14.16.40:443
|
1504
1524
|
X-Pool-Info:
|
1505
|
-
- "/Common/vsacweb_p 10.1.5.
|
1525
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
1506
1526
|
Strict-Transport-Security:
|
1507
1527
|
- max-age=31536000; includeSubDomains; preload
|
1508
1528
|
body:
|
@@ -1524,10 +1544,15 @@ http_interactions:
|
|
1524
1544
|
<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
1545
|
<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
1546
|
<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)"/>
|
1547
|
+
<ns0:Concept code="237385002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Excision of mastectomy scar (procedure)"/>
|
1548
|
+
<ns0:Concept code="237388000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Biopsy of mastectomy scar (procedure)"/>
|
1527
1549
|
<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
1550
|
<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
1551
|
<ns0:Concept code="287654001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Extended simple mastectomy (procedure)"/>
|
1552
|
+
<ns0:Concept code="303690008" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Excisional biopsy of mastectomy scar (procedure)"/>
|
1553
|
+
<ns0:Concept code="307995002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Excision of lesion of mastectomy scar (procedure)"/>
|
1530
1554
|
<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)"/>
|
1555
|
+
<ns0:Concept code="33129002" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Postmastectomy lymphedema syndrome (disorder)"/>
|
1531
1556
|
<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
1557
|
<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
1558
|
<ns0:Concept code="359734005" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Halsted mastectomy (procedure)"/>
|
@@ -1546,19 +1571,19 @@ http_interactions:
|
|
1546
1571
|
<ns0:Concept code="70183006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMEDCT" codeSystemVersion="2015-09" displayName="Subcutaneous mastectomy (procedure)"/>
|
1547
1572
|
</ns0:ConceptList>
|
1548
1573
|
<ns0:Source>National Committee for Quality Assurance</ns0:Source>
|
1549
|
-
<ns0:Purpose>(Clinical Focus:
|
1574
|
+
<ns0:Purpose>(Clinical Focus: This value set contains codes to identify a unilateral mastectomy.),(Data Element Scope: This value set was intended to identify patients who had a unilateral mastectomy.),(Inclusion Criteria: Includes codes that indicate a unilateral mastectomy.),(Exclusion Criteria: Excludes codes that indicate a left, right or bilateral mastectomy.)</ns0:Purpose>
|
1550
1575
|
<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
1576
|
<ns0:Type>Grouping</ns0:Type>
|
1552
1577
|
<ns0:Binding>Dynamic</ns0:Binding>
|
1553
1578
|
<ns0:Status>Active</ns0:Status>
|
1554
|
-
<ns0:RevisionDate>2017-
|
1579
|
+
<ns0:RevisionDate>2017-12-16</ns0:RevisionDate>
|
1555
1580
|
</ns0:DescribedValueSet>
|
1556
1581
|
</ns0:RetrieveMultipleValueSetsResponse>
|
1557
1582
|
http_version:
|
1558
|
-
recorded_at: Fri,
|
1583
|
+
recorded_at: Fri, 12 Oct 2018 15:50:58 GMT
|
1559
1584
|
- request:
|
1560
1585
|
method: post
|
1561
|
-
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-
|
1586
|
+
uri: https://vsac.nlm.nih.gov/vsac/ws/Ticket/TGT-1741520-RSvA7Vct2Emb5vrCMIAemwRUEtgse1oLMwbpMFjcf9XrGEVVfu-cas
|
1562
1587
|
body:
|
1563
1588
|
encoding: UTF-8
|
1564
1589
|
string: service=http%3A%2F%2Fumlsks.nlm.nih.gov
|
@@ -1593,26 +1618,26 @@ http_interactions:
|
|
1593
1618
|
Content-Type:
|
1594
1619
|
- text/plain;charset=utf-8
|
1595
1620
|
Content-Length:
|
1596
|
-
- '
|
1621
|
+
- '35'
|
1597
1622
|
Date:
|
1598
|
-
- Fri,
|
1623
|
+
- Fri, 12 Oct 2018 15:50:58 GMT
|
1599
1624
|
Set-Cookie:
|
1600
|
-
- BIGipServervsacweb_p
|
1601
|
-
expires=Fri,
|
1625
|
+
- BIGipServervsacweb_p=!DDcYHvCd0ueo0dPm9OGvBt4MxRMcjlbSrQTxCi/7TIOK+A5IChsUtSSTCMH771a6foohZVm3ydjJTuU=;
|
1626
|
+
expires=Fri, 12-Oct-2018 17:50:59 GMT; path=/; Httponly; Secure
|
1602
1627
|
X-Vip-Info:
|
1603
1628
|
- 130.14.16.40:443
|
1604
1629
|
X-Pool-Info:
|
1605
|
-
- "/Common/vsacweb_p 10.1.5.
|
1630
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
1606
1631
|
Strict-Transport-Security:
|
1607
1632
|
- max-age=31536000; includeSubDomains; preload
|
1608
1633
|
body:
|
1609
1634
|
encoding: UTF-8
|
1610
|
-
string: ST-
|
1635
|
+
string: ST-6244649-s695gRYTD3xbpIxgTuuf-cas
|
1611
1636
|
http_version:
|
1612
|
-
recorded_at: Fri,
|
1637
|
+
recorded_at: Fri, 12 Oct 2018 15:50:59 GMT
|
1613
1638
|
- request:
|
1614
1639
|
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-
|
1640
|
+
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-6244649-s695gRYTD3xbpIxgTuuf-cas
|
1616
1641
|
body:
|
1617
1642
|
encoding: US-ASCII
|
1618
1643
|
string: ''
|
@@ -1641,19 +1666,19 @@ http_interactions:
|
|
1641
1666
|
X-Content-Type-Options:
|
1642
1667
|
- nosniff
|
1643
1668
|
Set-Cookie:
|
1644
|
-
- BIGipServervsacweb_p=!
|
1645
|
-
expires=Fri,
|
1646
|
-
- JSESSIONID=
|
1669
|
+
- BIGipServervsacweb_p=!YrSXkKP/6Z1RFTTNtNHn4GsLooFbU1K3NvBOLHKdBJdz9KcbfRuz6cFSOaa+jzKfU3PgRYT4dL+KK9o=;
|
1670
|
+
expires=Fri, 12-Oct-2018 17:50:59 GMT; path=/; Httponly; Secure
|
1671
|
+
- JSESSIONID=46BB094E49E2F54F148425B63836168B;path=/vsac;HttpOnly;Secure
|
1647
1672
|
Content-Type:
|
1648
1673
|
- text/xml;charset=utf-8
|
1649
1674
|
Content-Length:
|
1650
1675
|
- '1110'
|
1651
1676
|
Date:
|
1652
|
-
- Fri,
|
1677
|
+
- Fri, 12 Oct 2018 15:50:58 GMT
|
1653
1678
|
X-Vip-Info:
|
1654
1679
|
- 130.14.16.40:443
|
1655
1680
|
X-Pool-Info:
|
1656
|
-
- "/Common/vsacweb_p 10.1.5.
|
1681
|
+
- "/Common/vsacweb_p 10.1.5.110 8080"
|
1657
1682
|
Strict-Transport-Security:
|
1658
1683
|
- max-age=31536000; includeSubDomains; preload
|
1659
1684
|
body:
|
@@ -1674,5 +1699,5 @@ http_interactions:
|
|
1674
1699
|
</ns0:DescribedValueSet>
|
1675
1700
|
</ns0:RetrieveMultipleValueSetsResponse>
|
1676
1701
|
http_version:
|
1677
|
-
recorded_at: Fri,
|
1702
|
+
recorded_at: Fri, 12 Oct 2018 15:50:59 GMT
|
1678
1703
|
recorded_with: VCR 3.0.3
|